mirror of
https://github.com/arkenfox/user.js.git
synced 2025-02-23 02:43:56 +00:00
tweak 2522: webgl
- we already disable webgl, that's enough - the other two prefs are not going to provide much protection if a user decides they want webgl - "disable-fail-if-major-performance-caveat" only applies to ESR78 and will removed in the future - one (or two) less pref(2) for users to troubleshoot/flip
This commit is contained in:
parent
d7208ccf34
commit
41c3c0ec26
4
user.js
4
user.js
@ -1053,8 +1053,8 @@ user_pref("_user.js.parrot", "2500 syntax error: the parrot's shuffled off 'is m
|
||||
* [1] https://www.contextis.com/resources/blog/webgl-new-dimension-browser-exploitation/
|
||||
* [2] https://security.stackexchange.com/questions/13799/is-webgl-a-security-concern ***/
|
||||
user_pref("webgl.disabled", true);
|
||||
user_pref("webgl.enable-webgl2", false);
|
||||
user_pref("webgl.disable-fail-if-major-performance-caveat", true); // [DEFAULT: true FF86+]
|
||||
// user_pref("webgl.enable-webgl2", false);
|
||||
// user_pref("webgl.disable-fail-if-major-performance-caveat", true); // [DEFAULT: true FF86+]
|
||||
/* 2523: enforce no system colors
|
||||
* [SETTING] General>Language and Appearance>Fonts and Colors>Colors>Use system colors ***/
|
||||
user_pref("browser.display.use_system_colors", false); // [DEFAULT: false]
|
||||
|
Loading…
x
Reference in New Issue
Block a user