user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 88216743a50970ea18be4ba2d02b5a6bc3d545bb
parent fa94f9b3c1f55cce827730deef9d1608d4a1c259
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Thu, 28 Sep 2017 06:12:19 +1300

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)
Diffstat:
Muser.js | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/user.js b/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