Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 466aa8c338145eb0e55d58437d512794614a4a9c
https://github.com/WebKit/WebKit/commit/466aa8c338145eb0e55d58437d512794614a4a9c
Author: Karl Dubost <[email protected]>
Date: 2025-09-29 (Mon, 29 Sep 2025)
Changed paths:
M Source/WebCore/loader/DocumentLoader.cpp
M Source/WebCore/page/Quirks.cpp
M Source/WebCore/page/Quirks.h
Log Message:
-----------
Remove Quirk shouldAllowDownloadsInSpiteOfCSP for dropbox.com
https://bugs.webkit.org/show_bug.cgi?id=299718
rdar://161547921
Reviewed by Brandon Stewart.
Dropbox.com fixed their website and send now the correct HTTP header
value, sandbox, for content-security-policy. Previously they were
sending content-security-policy: sandbox allow-forms allow-scripts
which forced webkit to create a Quirk implemented by
webkit.org/b/296749
We can remove the quirk.
* Source/WebCore/loader/DocumentLoader.cpp:
(WebCore::DocumentLoader::continueAfterContentPolicy):
* Source/WebCore/page/Quirks.cpp:
(WebCore::Quirks::shouldAllowDownloadsInSpiteOfCSP const): Deleted.
* Source/WebCore/page/Quirks.h:
Canonical link: https://commits.webkit.org/300718@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes