add final info

This commit is contained in:
Thorin-Oakenpants 2021-11-16 11:55:26 +00:00 committed by GitHub
parent 0f2dd0781b
commit c2c9512755
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -583,8 +583,9 @@ user_pref("_user.js.parrot", "1400 syntax error: the parrot's bereft of life!");
/* 1401: disable rendering of SVG OpenType fonts ***/
user_pref("gfx.font_rendering.opentype_svg.enabled", false);
/* 1402: limit font visibility (Windows, Mac, some Linux) [FF94+]
* [NOTE] RFP ignores these and uses the value in 4506
* Uses hardcoded lists with two parts: kBaseFonts + kLangPackFonts [1], bundled fonts are auto-allowed
* In normal windows: uses the first applicable: RFP (4506) over TP over Standard
* In Private Browsing windows: uses the most restrictive between normal and private
* 1=only base system fonts, 2=also fonts from optional language packs, 3=also user-installed fonts
* [1] https://searchfox.org/mozilla-central/search?path=StandardFonts*.inc ***/
// user_pref("layout.css.font-visibility.private", 1);