REGRESSION(Sandbox): Font smoothing within Safari doesn't seem to respect AppleFontSmoothing
Created attachment 429262 [details] Patch
<rdar://problem/72795817>
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?
Committed r277873 (238011@main): <https://commits.webkit.org/238011@main>