RESOLVED FIXED 226066
[Cocoa] REGRESSION(Sandbox): Font smoothing within Safari doesn't seem to respect AppleFontSmoothing
https://bugs.webkit.org/show_bug.cgi?id=226066
Summary [Cocoa] REGRESSION(Sandbox): Font smoothing within Safari doesn't seem to res...
Myles C. Maxfield
Reported 2021-05-20 20:14:22 PDT
REGRESSION(Sandbox): Font smoothing within Safari doesn't seem to respect AppleFontSmoothing
Attachments
Patch (1.62 KB, patch)
2021-05-20 20:16 PDT, Myles C. Maxfield
pvollan: review+
Myles C. Maxfield
Comment 1 2021-05-20 20:16:33 PDT
Myles C. Maxfield
Comment 2 2021-05-20 20:16:35 PDT
Per Arne Vollan
Comment 3 2021-05-21 06:29:19 PDT
Comment on attachment 429262 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=429262&action=review R=me. > Source/WebKit/WebProcess/com.apple.WebProcess.sb.in:2310 > + > +#if ENABLE(CFPREFS_DIRECT_MODE) > +(allow file-read* > + (home-regex "/Library/Preferences/ByHost/\.GlobalPreferences\..*\.plist$") > +) > +#endif There's already a section with ENABLE(CFPREFS_DIRECT_MODE). Perhaps you could move this there to have it all in one place?
Myles C. Maxfield
Comment 4 2021-05-21 11:55:08 PDT
Note You need to log in before you can comment on or make changes to this bug.