mirror of
https://github.com/arkenfox/user.js.git
synced 2024-10-01 01:35:52 -04:00
remove 2508
- inactive in user.js since - v55: gfx.direct2d.disabled - v67: layers.acceleration.disabled - the way to counter hardware fingerprinting is within each API that may expose it - this may have made some sense way back in the day, when there were less options/protections, but not any more - [are we web render yet](https://arewewebrenderyet.com/) - yes, 100% - there is no need to cripple your browser's perf
This commit is contained in:
parent
7cdc76ecf9
commit
04d648d55b
6
user.js
6
user.js
@ -992,12 +992,6 @@ user_pref("browser.link.open_newwindow.restriction", 0);
|
|||||||
user_pref("webgl.disabled", true);
|
user_pref("webgl.disabled", true);
|
||||||
// user_pref("webgl.enable-webgl2", false);
|
// user_pref("webgl.enable-webgl2", false);
|
||||||
// user_pref("webgl.disable-fail-if-major-performance-caveat", true); // [DEFAULT: true FF86+]
|
// user_pref("webgl.disable-fail-if-major-performance-caveat", true); // [DEFAULT: true FF86+]
|
||||||
/* 2508: disable hardware acceleration [SETUP-HARDEN]
|
|
||||||
* [WARNING] Affects rendering and performance
|
|
||||||
* [SETTING] General>Performance>Custom>Use hardware acceleration when available
|
|
||||||
* [1] https://wiki.mozilla.org/Platform/GFX/HardwareAcceleration ***/
|
|
||||||
// user_pref("gfx.direct2d.disabled", true); // [WINDOWS]
|
|
||||||
// user_pref("layers.acceleration.disabled", true);
|
|
||||||
|
|
||||||
/*** [SECTION 2600]: MISCELLANEOUS ***/
|
/*** [SECTION 2600]: MISCELLANEOUS ***/
|
||||||
user_pref("_user.js.parrot", "2600 syntax error: the parrot's run down the curtain!");
|
user_pref("_user.js.parrot", "2600 syntax error: the parrot's run down the curtain!");
|
||||||
|
Loading…
Reference in New Issue
Block a user