mirror of
https://github.com/arkenfox/user.js.git
synced 2024-10-01 01:35:52 -04:00
2508: gfx h/w #244
- In FF55 (windows) this no longer changes both prefs, only `layers.acceleration.disabled` - `gfx.direct2d.disabled` => inactive (I do not think it is used much if at all anymore - do a DXR search)
This commit is contained in:
parent
fa94f9b3c1
commit
88216743a5
3
user.js
3
user.js
@ -1213,10 +1213,9 @@ user_pref("media.navigator.enabled", false);
|
||||
user_pref("media.video_stats.enabled", false);
|
||||
/* 2508: disable hardware acceleration to reduce graphics fingerprinting
|
||||
* [SETTING] Options>General>Performance>Custom>Use hardware acceleration when available
|
||||
* [NOTE] Changing this option changes BOTH these preferences
|
||||
* [WARNING] [SETUP] Affects text rendering (fonts will look different) and impacts video performance
|
||||
* [1] https://wiki.mozilla.org/Platform/GFX/HardwareAcceleration ***/
|
||||
user_pref("gfx.direct2d.disabled", true); // [WINDOWS]
|
||||
// user_pref("gfx.direct2d.disabled", true); // [WINDOWS]
|
||||
user_pref("layers.acceleration.disabled", true);
|
||||
/* 2509: disable touch events
|
||||
* fingerprinting attack vector - leaks screen res & actual screen coordinates
|
||||
|
Loading…
Reference in New Issue
Block a user