[webkit-changes] [WebKit/WebKit] e1cd16: Add a preference to disable iframe embedding prote...
Charlie Wolfe
noreply at github.com
Thu Aug 8 19:25:08 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e1cd16baec473e9a15f3f8ffcd83a8e2f005adab
https://github.com/WebKit/WebKit/commit/e1cd16baec473e9a15f3f8ffcd83a8e2f005adab
Author: Charlie Wolfe <charliew at apple.com>
Date: 2024-08-08 (Thu, 08 Aug 2024)
Changed paths:
M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
M Source/WebCore/loader/FrameLoader.cpp
M Source/WebKit/NetworkProcess/NetworkResourceLoader.cpp
M Source/WebKit/UIProcess/Cocoa/SOAuthorization/SubFrameSOAuthorizationSession.mm
Log Message:
-----------
Add a preference to disable iframe embedding protections
rdar://133498260
https://bugs.webkit.org/show_bug.cgi?id=277834
Reviewed by Pascoe.
This will be useful for testing more websites with site isolation.
* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WebCore/loader/FrameLoader.cpp:
(WebCore::FrameLoader::shouldInterruptLoadForXFrameOptions):
* Source/WebKit/NetworkProcess/NetworkResourceLoader.cpp:
(WebKit::NetworkResourceLoader::shouldInterruptLoadForCSPFrameAncestorsOrXFrameOptions):
* Source/WebKit/UIProcess/Cocoa/SOAuthorization/SubFrameSOAuthorizationSession.mm:
(WebKit::SubFrameSOAuthorizationSession::shouldInterruptLoadForCSPFrameAncestorsOrXFrameOptions):
Canonical link: https://commits.webkit.org/282028@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list