Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 37ee63b78f13433af9cf33fef225cff8380363ca
https://github.com/WebKit/WebKit/commit/37ee63b78f13433af9cf33fef225cff8380363ca
Author: Anne van Kesteren <[email protected]>
Date: 2026-01-26 (Mon, 26 Jan 2026)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/content-security-policy/generic/only-valid-whitespaces-are-allowed-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/content-security-policy/generic/only-valid-whitespaces-are-allowed.html
M Source/WTF/wtf/text/ParsingUtilities.h
M Source/WebCore/page/csp/ContentSecurityPolicy.cpp
M Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp
M Source/WebCore/page/csp/ContentSecurityPolicyMediaListDirective.cpp
M Source/WebCore/page/csp/ContentSecurityPolicySourceList.cpp
Log Message:
-----------
Use isASCIIWhitespace for CSP
https://bugs.webkit.org/show_bug.cgi?id=255990
rdar://108559413
Reviewed by Darin Adler.
Switch from isUnicodeCompatibleASCIIWhitespace to isASCIIWhitespace as
per:
https://w3c.github.io/webappsec-csp/#framework-infrastructure
Test changes:
https://github.com/web-platform-tests/wpt/pull/57326
Canonical link: https://commits.webkit.org/306222@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications