mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-30 14:03:40 +02:00
tweak webgl info, fixes #1916
This commit is contained in:
parent
26c30fbd87
commit
7e46e911e0
1 changed files with 4 additions and 3 deletions
7
user.js
7
user.js
|
@ -1,7 +1,7 @@
|
||||||
/******
|
/******
|
||||||
* name: arkenfox user.js
|
* name: arkenfox user.js
|
||||||
* date: 10 November 2024
|
* date: 10 December 2024
|
||||||
* version: 132
|
* version: 133
|
||||||
* urls: https://github.com/arkenfox/user.js [repo]
|
* urls: https://github.com/arkenfox/user.js [repo]
|
||||||
* : https://arkenfox.github.io/gui/ [interactive]
|
* : https://arkenfox.github.io/gui/ [interactive]
|
||||||
* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
|
* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
|
||||||
|
@ -869,7 +869,8 @@ user_pref("browser.link.open_newwindow", 3); // [DEFAULT: 3]
|
||||||
/* 4513: set all open window methods to abide by "browser.link.open_newwindow" (4512)
|
/* 4513: set all open window methods to abide by "browser.link.open_newwindow" (4512)
|
||||||
* [1] https://searchfox.org/mozilla-central/source/dom/tests/browser/browser_test_new_window_from_content.js ***/
|
* [1] https://searchfox.org/mozilla-central/source/dom/tests/browser/browser_test_new_window_from_content.js ***/
|
||||||
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] Can break some login flows e.g. github ***/
|
||||||
// user_pref("webgl.disabled", true);
|
// user_pref("webgl.disabled", true);
|
||||||
|
|
||||||
/*** [SECTION 5000]: OPTIONAL OPSEC
|
/*** [SECTION 5000]: OPTIONAL OPSEC
|
||||||
|
|
Loading…
Add table
Reference in a new issue