Upload files to ''
This commit is contained in:
parent
b0de6f543f
commit
a4719528b1
11
user.js
11
user.js
|
@ -70,6 +70,8 @@ user_pref("intl.accept_languages", "en-US, en");
|
|||
// -------------------------------------
|
||||
// Use en-US locale regardless of the system or region locale
|
||||
user_pref("javascript.use_us_english_locale", true); // [HIDDEN PREF]
|
||||
user_pref("privacy.spoof_english", 2);
|
||||
user_pref("intl.locale.requested", "en-US";
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// QUIETER FOX
|
||||
|
@ -487,9 +489,6 @@ user_pref("privacy.userContext.ui.enabled", true);
|
|||
// PLUGINS / MEDIA / WEBRTC
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
//
|
||||
// Disable WebRTC (Web Real-Time Communication)
|
||||
user_pref("media.peerconnection.enabled", false);
|
||||
// -------------------------------------
|
||||
// Force WebRTC inside the proxy [FF70+]
|
||||
user_pref("media.peerconnection.ice.proxy_only_if_behind_proxy", true);
|
||||
// -------------------------------------
|
||||
|
@ -775,6 +774,9 @@ user_pref("extensions.formautofill.heuristics.enabled", false); // [FF55+]
|
|||
// Disable page thumbnail collection
|
||||
// user_pref("browser.pagethumbnails.capturing_disabled", true); // [HIDDEN PREF]
|
||||
// -------------------------------------
|
||||
// Force GPU sandboxing (Linux, default on Windows)
|
||||
user_pref("security.sandbox.gpu.level", 1);
|
||||
// -------------------------------------
|
||||
// Enable Site Isolation
|
||||
user_pref("fission.autostart", true);
|
||||
user_pref("gfx.webrender.all", true);
|
||||
|
@ -949,6 +951,9 @@ user_pref("dom.push.enabled", false);
|
|||
user_pref("dom.push.connection.enabled", false);
|
||||
user_pref("dom.push.serverURL", "");
|
||||
user_pref("dom.push.userAgentID", "");
|
||||
// -------------------------------------
|
||||
// Disable WebRTC (Web Real-Time Communication)
|
||||
user_pref("media.peerconnection.enabled", false);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// DON'T BOTHER: FINGERPRINTING
|
||||
|
|
Loading…
Reference in New Issue