RESOLVED FIXED267916
Avoid conversion to UTF-8 in ContentSecurityPolicy::allowInlineStyle when no algorithm is specified
https://bugs.webkit.org/show_bug.cgi?id=267916
Summary Avoid conversion to UTF-8 in ContentSecurityPolicy::allowInlineStyle when no ...
Ryosuke Niwa
Reported 2024-01-23 00:50:09 PST
ContentSecurityPolicy::allowInlineStyle is currently converting every UTF-16 string into UTF-8 even when there is no CSP policy in place. i.e. even when both m_policies and m_hashAlgorithmsForInlineScripts are both empty.
Attachments
Ryosuke Niwa
Comment 1 2024-01-23 00:52:43 PST
EWS
Comment 2 2024-01-23 13:38:49 PST
Committed 273375@main (4bc7c5b5bdd3): <https://commits.webkit.org/273375@main> Reviewed commits have been landed. Closing PR #23099 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-01-23 13:39:29 PST
Note You need to log in before you can comment on or make changes to this bug.