Upload files to 'config'

This commit is contained in:
Narsil 2023-03-22 20:13:33 +00:00
parent 06b46f98eb
commit d4302a71bf
1 changed files with 6 additions and 6 deletions

View File

@ -77,7 +77,7 @@ defaultPref("intl.accept_languages", "en-US, en");
// Use en-US locale regardless of the system or region locale // Use en-US locale regardless of the system or region locale
defaultPref("javascript.use_us_english_locale", true); // [HIDDEN PREF] defaultPref("javascript.use_us_english_locale", true); // [HIDDEN PREF]
defaultPref("privacy.spoof_english", 2); defaultPref("privacy.spoof_english", 2);
defaultPref("intl.locale.requested", "en-US"; defaultPref("intl.locale.requested", "en-US");
// //
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
// QUIETER FOX // QUIETER FOX
@ -600,17 +600,17 @@ defaultPref("extensions.webservice.discoverURL", "");
// >>>>>>>>>>>>>>>>>>>>> // >>>>>>>>>>>>>>>>>>>>>
// //
// Enable ETP Strict Mode [FF86+] // Enable ETP Strict Mode [FF86+]
defaultPref("browser.contentblocking.category", "strict"); // defaultPref("browser.contentblocking.category", "strict");
// ------------------------------------- // -------------------------------------
// Disable ETP web compat features [FF93+] // Disable ETP web compat features [FF93+]
// lockPref("privacy.antitracking.enableWebcompat", false); // lockPref("privacy.antitracking.enableWebcompat", false);
// ------------------------------------- // -------------------------------------
// Enable state partitioning of service workers [FF96+] // Enable state partitioning of service workers [FF96+]
lockPref("privacy.partition.serviceWorkers", true); // [DEFAULT: true FF105+] defaultPref("privacy.partition.serviceWorkers", true); // [DEFAULT: true FF105+]
// ------------------------------------- // -------------------------------------
// Enable APS (Always Partitioning Storage) // Enable APS (Always Partitioning Storage)
lockPref("privacy.partition.always_partition_third_party_non_cookie_storage", true); // [FF104+] [DEFAULT: true FF109+} defaultPref("privacy.partition.always_partition_third_party_non_cookie_storage", true); // [FF104+] [DEFAULT: true FF109+}
lockPref("privacy.partition.always_partition_third_party_non_cookie_storage.exempt_sessionstorage", false); // [FF105+]// [DEFAULT: false FF109+] defaultPref("privacy.partition.always_partition_third_party_non_cookie_storage.exempt_sessionstorage", false); // [FF105+]// [DEFAULT: false FF109+]
// //
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
// SHUTDOWN & SANITIZING // SHUTDOWN & SANITIZING
@ -924,7 +924,7 @@ defaultPref("extensions.systemAddon.update.enabled", false); // [FF62+]
defaultPref("extensions.systemAddon.update.url", ""); // [FF44+] defaultPref("extensions.systemAddon.update.url", ""); // [FF44+]
// ------------------------------------- // -------------------------------------
// Enable the DNT (Do Not Track) HTTP header // Enable the DNT (Do Not Track) HTTP header
// lockPref("privacy.donottrackheader.enabled", true); defaultPref("privacy.donottrackheader.enabled", false);
// ------------------------------------- // -------------------------------------
// Customize ETP settings // Customize ETP settings
defaultPref("network.cookie.cookieBehavior", 5); // [DEFAULT: 5 FF103+] defaultPref("network.cookie.cookieBehavior", 5); // [DEFAULT: 5 FF103+]