Bug 272247 - Enforce LDM Font Policy in GPUP & deprecate trusted-list of fonts
Summary: Enforce LDM Font Policy in GPUP & deprecate trusted-list of fonts
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-04-05 14:30 PDT by Vitor Roriz
Modified: 2024-04-18 17:55 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitor Roriz 2024-04-05 14:30:30 PDT
If SafeFontParser is enabled we should use the SFP on both WCP and GPUP sides and we should not parse trusted fonts with the system font parser. When SFP is disabled we should switch to using the system parser but only for trusted fonts, like before. The difference is that if the SafeFontParser is enabled we will no longer check first for trusted fonts that can be parsed with the system font parser like before.
Comment 1 Vitor Roriz 2024-04-05 14:50:16 PDT
<rdar://problem/124235570>
Comment 2 Vitor Roriz 2024-04-05 18:33:03 PDT
Pull request: https://github.com/WebKit/WebKit/pull/26926
Comment 3 EWS 2024-04-18 17:55:31 PDT
Committed 277717@main (5b8f348c9f76): <https://commits.webkit.org/277717@main>

Reviewed commits have been landed. Closing PR #26926 and removing active labels.