Re-enable WebGL in Firefox

This commit is contained in:
albert 2024-06-21 23:25:54 +09:00
parent 8eb3c717c4
commit 37bd5705f3
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -901,7 +901,7 @@
user_pref("browser.link.open_newwindow.restriction", 0); user_pref("browser.link.open_newwindow.restriction", 0);
/* 4520: disable WebGL (Web Graphics Library) /* 4520: disable WebGL (Web Graphics Library)
* [SETUP-WEB] If you need it then override it. RFP still randomizes canvas for naive scripts ***/ * [SETUP-WEB] If you need it then override it. RFP still randomizes canvas for naive scripts ***/
user_pref("webgl.disabled", true); user_pref("webgl.disabled", false);
/*** [SECTION 5000]: OPTIONAL OPSEC /*** [SECTION 5000]: OPTIONAL OPSEC
Disk avoidance, application data isolation, eyeballs... Disk avoidance, application data isolation, eyeballs...