1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 07:30:47 +05:30
This commit is contained in:
HJ
2023-09-29 19:29:34 -06:00
committed by GitHub
parent c574f6057f
commit b833ea7300
5 changed files with 53 additions and 50 deletions
+1 -2
View File
@@ -3,7 +3,7 @@
* Fastfox *
* "Non ducor duco" *
* priority: speedy browsing *
* version: 117 *
* version: 118 *
* url: https://github.com/yokoffing/Betterfox *
***************************************************************************************/
@@ -231,7 +231,6 @@ user_pref("dom.security.sanitizer.enabled", true);
// PREF: if your hardware doesn't support Webrender, you can fallback to Webrender's software renderer
// [1] https://www.ghacks.net/2020/12/14/how-to-find-out-if-webrender-is-enabled-in-firefox-and-how-to-enable-it-if-it-is-not/
//user_pref("gfx.webrender.enabled", true); // [REMOVED FF118?]
//user_pref("gfx.webrender.software", true); // Software Webrender uses CPU instead of GPU
//user_pref("gfx.webrender.software.opengl", true); // LINUX