Update 'user.js'
This commit is contained in:
parent
7568d53fbd
commit
7c24ea92ee
3
user.js
3
user.js
|
@ -721,6 +721,9 @@ user_pref("browser.link.open_newwindow.restriction", 0);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Disable WebGL (Web Graphics Library)
|
// Disable WebGL (Web Graphics Library)
|
||||||
user_pref("webgl.disabled", true);
|
user_pref("webgl.disabled", true);
|
||||||
|
// -------------------------------------
|
||||||
|
// Enable URL query stripping
|
||||||
|
user_pref("privacy.query_stripping.enabled", true);
|
||||||
//
|
//
|
||||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
// OPTIONAL OPSEC
|
// OPTIONAL OPSEC
|
||||||
|
|
Loading…
Reference in New Issue