Re-enable WebGL in Firefox
This commit is contained in:
parent
8eb3c717c4
commit
37bd5705f3
1 changed files with 1 additions and 1 deletions
|
@ -901,7 +901,7 @@
|
|||
user_pref("browser.link.open_newwindow.restriction", 0);
|
||||
/* 4520: disable WebGL (Web Graphics Library)
|
||||
* [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
|
||||
Disk avoidance, application data isolation, eyeballs...
|
||||
|
|
Loading…
Reference in a new issue