Upload files to "config"

This commit is contained in:
Narsil 2023-09-16 12:34:42 +00:00
parent 15f8634e55
commit e2f472f0ca
1 changed files with 23 additions and 20 deletions

View File

@ -289,12 +289,9 @@ lockPref("browser.places.speculativeConnect.enabled", false);
// lockPref("browser.send_pings", false); // [DEFAULT: false]
//
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
// DNS / DoH / PROXY / SOCKS / IPv6
// DNS / DoH / PROXY / SOCKS
// >>>>>>>>>>>>>>>>>>>>>
//
// Disable IPv6
defaultPref("network.dns.disableIPv6", true);
// -------------------------------------
// Set the proxy server to do any DNS lookups when using SOCKS
lockPref("network.proxy.socks_remote_dns", true);
// -------------------------------------
@ -319,9 +316,6 @@ defaultPref("network.trr.confirmationNS", "");
// LOCATION BAR / SEARCH BAR / SUGGESTIONS / HISTORY / FORMS
// >>>>>>>>>>>>>>>>>>>>>
//
// Disable location bar using search
// lockPref("keyword.enabled", false);
// -------------------------------------
// Disable location bar domain guessing
lockPref("browser.fixup.alternate.enabled", false);; // [DEFAULT: false FF104+]
// -------------------------------------
@ -493,13 +487,9 @@ defaultPref("browser.xul.error_pages.expert_bad_cert", true);
// lockPref("layout.css.font-visibility.trackingprotection", 1);
//
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
// HEADERS / REFERERS
// REFERERS
// >>>>>>>>>>>>>>>>>>>>>
//
// Control when to send a cross-origin referer
// 0=always (default), 1=only if base domains match, 2=only if hosts match
defaultPref("network.http.referer.XOriginPolicy", 2);
// -------------------------------------
// Control the amount of cross-origin information to send [FF52+]
// 0=send full URI (default), 1=scheme+host+port+path, 2=scheme+host+port
defaultPref("network.http.referer.XOriginTrimmingPolicy", 2);
@ -532,13 +522,6 @@ lockPref("media.peerconnection.ice.default_address_only", true);
defaultPref("media.gmp-provider.enabled", false);
defaultPref("media.gmp-manager.url", "");
defaultPref("media.gmp-gmpopenh264.enabled", false);
// -------------------------------------
// Disable widevine CDM (Content Decryption Module)
defaultPref("media.gmp-widevinecdm.enabled", false);
// -------------------------------------
// Disable all DRM content (EME: Encryption Media Extension)
defaultPref("media.eme.enabled", false);
defaultPref("browser.eme.ui.enabled", false);
//
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
// DOM (DOCUMENT OBJECT MODEL)
@ -795,7 +778,7 @@ defaultPref("places.history.enabled", false);
// lockPref("browser.taskbar.previews.enable", false); // [DEFAULT: false]
// -------------------------------------
// Discourage downloading to desktop
// 0=desktop, 1=downloads (default), 2=last used
// 0=desktop, 1=downloads (default), 2=custom
// lockPref("browser.download.folderList", 2);
// -------------------------------------
// Disable Form Autofill
@ -811,6 +794,9 @@ defaultPref("extensions.formautofill.creditCards.enabled", false); // [FF56+]
// Disable Windows native notifications and use app notications instead [FF111+] [WINDOWS]
// defaultPref("alerts.useSystemBackend.windows.notificationserver.enabled", false);
// -------------------------------------
// Disable location bar using search
defaultPref("keyword.enabled", false);
// -------------------------------------
// Force GPU sandboxing (Linux, default on Windows)
defaultPref("security.sandbox.gpu.level", 1);
// -------------------------------------
@ -844,6 +830,20 @@ defaultPref("javascript.options.wasm", false);
// -------------------------------------
// Disable rendering of SVG OpenType fonts
defaultPref("gfx.font_rendering.opentype_svg.enabled", false);
// -------------------------------------
// Disable widevine CDM (Content Decryption Module)
defaultPref("media.gmp-widevinecdm.enabled", false);
// -------------------------------------
// Disable all DRM content (EME: Encryption Media Extension)
defaultPref("media.eme.enabled", false);
defaultPref("browser.eme.ui.enabled", false);
// -------------------------------------
// Disable IPv6 if using a VPN
// defaultPref("network.dns.disableIPv6", true);
// -------------------------------------
// Control when to send a cross-origin referer
// * 0=always (default), 1=only if base domains match, 2=only if hosts match
// defaultPref("network.http.referer.XOriginPolicy", 2);
//
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
// DON'T TOUCH
@ -896,6 +896,9 @@ defaultPref("extensions.quarantinedDomains.enabled", false); // [DEFAULT: true]
// defaultPref("extensions.formautofill.creditCards.available", "");
// defaultPref("extensions.formautofill.creditCards.supported", "");
// defaultPref("middlemouse.contentLoadURL", "");
// -------------------------------------
// prefsCleaner: reset previously active items removed from arkenfox FF115+
// defaultPref("network.protocol-handler.external.ms-windows-store", "");
//
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
// DON'T BOTHER