Sfoglia il codice sorgente

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)
Thorin-Oakenpants 7 anni fa
parent
commit
88216743a5
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      user.js

+ 1 - 2
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