mirror of
https://github.com/arkenfox/user.js.git
synced 2025-02-23 10:53:57 +00:00
svg opentype fonts -> optional, see #1529
This commit is contained in:
parent
05abe82136
commit
848290898d
4
user.js
4
user.js
@ -549,8 +549,6 @@ user_pref("browser.xul.error_pages.expert_bad_cert", true);
|
|||||||
|
|
||||||
/*** [SECTION 1400]: FONTS ***/
|
/*** [SECTION 1400]: FONTS ***/
|
||||||
user_pref("_user.js.parrot", "1400 syntax error: the parrot's bereft of life!");
|
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+]
|
/* 1402: limit font visibility (Windows, Mac, some Linux) [FF94+]
|
||||||
* Uses hardcoded lists with two parts: kBaseFonts + kLangPackFonts [1], bundled fonts are auto-allowed
|
* 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 normal windows: uses the first applicable: RFP (4506) over TP over Standard
|
||||||
@ -1041,6 +1039,8 @@ user_pref("_user.js.parrot", "5500 syntax error: this is an ex-parrot!");
|
|||||||
* [2] https://spectrum.ieee.org/tech-talk/telecom/security/more-worries-over-the-security-of-web-assembly
|
* [2] https://spectrum.ieee.org/tech-talk/telecom/security/more-worries-over-the-security-of-web-assembly
|
||||||
* [3] https://www.zdnet.com/article/half-of-the-websites-using-webassembly-use-it-for-malicious-purposes ***/
|
* [3] https://www.zdnet.com/article/half-of-the-websites-using-webassembly-use-it-for-malicious-purposes ***/
|
||||||
// user_pref("javascript.options.wasm", false);
|
// user_pref("javascript.options.wasm", false);
|
||||||
|
/* 5507: disable rendering of SVG OpenType fonts ***/
|
||||||
|
// user_pref("gfx.font_rendering.opentype_svg.enabled", false);
|
||||||
|
|
||||||
/*** [SECTION 6000]: DON'T TOUCH ***/
|
/*** [SECTION 6000]: DON'T TOUCH ***/
|
||||||
user_pref("_user.js.parrot", "6000 syntax error: the parrot's 'istory!");
|
user_pref("_user.js.parrot", "6000 syntax error: the parrot's 'istory!");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user