Bug 270307
Summary: | [Lockdown Mode] Lockdown Mode Safe Font feature flag gets stuck, cannot be enabled in some cases | ||
---|---|---|---|
Product: | WebKit | Reporter: | Félix Cloutier <felixcca> |
Component: | Text | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | fantasai.bugs, vitor.roriz, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Félix Cloutier
Due to a logic error, when the Lockdown Mode Safe Font feature flag goes to `DownloadableBinaryFontTrustedTypes::Restricted` or `...::FallbackParser`, it gets stuck in that state and can't progress to the other. This makes the setting toggle ineffective.
Lockdown Mode Safe Font was introduced by fixing https://bugs.webkit.org/show_bug.cgi?id=267948.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Félix Cloutier
<rdar://problem/123848733>
Félix Cloutier
Pull request: https://github.com/WebKit/WebKit/pull/25320
EWS
Committed 275539@main (6ce61264b7ca): <https://commits.webkit.org/275539@main>
Reviewed commits have been landed. Closing PR #25320 and removing active labels.