From c54db25da09deb3527927f3fb61370121c9497d3 Mon Sep 17 00:00:00 2001 From: Narsil Date: Tue, 11 Feb 2025 19:00:47 +0000 Subject: [PATCH] Upload files to "config" --- config/mozilla.cfg | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/config/mozilla.cfg b/config/mozilla.cfg index 8319ef6..f43cbaf 100644 --- a/config/mozilla.cfg +++ b/config/mozilla.cfg @@ -334,10 +334,11 @@ defaultPref("browser.urlbar.trending.featureGate", false); // ------------------------------------- // Disable urlbar suggestions defaultPref("browser.urlbar.addons.featureGate", false); // [FF115+] +defaultPref("browser.urlbar.fakespot.featureGate", false); // [FF130+] [DEFAULT: false] defaultPref("browser.urlbar.mdn.featureGate", false); // [FF117+] [HIDDEN PREF] defaultPref("browser.urlbar.pocket.featureGate", false); // [FF116+] [DEFAULT: false] defaultPref("browser.urlbar.weather.featureGate", false); // [FF108+] [DEFAULT: false] -defaultPref("browser.urlbar.yelp.featureGate", false); // [FF124+] [DEFAULT: false] +defaultPref("browser.urlbar.yelp.featureGate", false); // [FF124+] // ------------------------------------- // Disable urlbar clipboard suggestions [FF118+] defaultPref("browser.urlbar.clipboard.featureGate", false); @@ -399,6 +400,9 @@ lockPref("network.auth.subresource-http-auth-allow", 1); // ------------------------------------- // Enforce no automatic authentication on Microsoft sites [FF91+] [WINDOWS 10+] // defaultPref("network.http.windows-sso.enabled", false); // [DEFAULT: false] +// ------------------------------------- +// Enforce no automatic authentication on Microsoft sites [FF131+] [MAC] +// defaultPref("network.http.microsoft-entra-sso.enabled", false); // [DEFAULT: false] // // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> // DISK AVOIDANCE @@ -407,7 +411,7 @@ lockPref("network.auth.subresource-http-auth-allow", 1); // Disable disk cache defaultPref("browser.cache.disk.enable", false); // ------------------------------------- -// Disable media cache from writing to disk in Private Browsing +// Set media cache in Private Browsing to in-memory and increase its maximum size defaultPref("browser.privatebrowsing.forceMediaMemoryCache", true); // [FF75+] defaultPref("media.memory_cache_max_size", 65536); // ------------------------------------- @@ -465,6 +469,7 @@ defaultPref("security.pki.crlite_mode", 0); // // Disable insecure passive content (such as images) on https pages [SETUP-WEB] // defaultPref("security.mixed_content.block_display_content", true); // Defense-in-depth +// defaultPref("security.mixed_content.block_object_subrequest", true); // ------------------------------------- // Enable HTTPS-Only mode in all windows defaultPref("dom.security.https_only_mode", true); // [FF76+] @@ -569,9 +574,6 @@ lockPref("browser.tabs.remote.separatePrivilegedMozillaWebContentProcess", false lockPref("browser.tabs.remote.separatedMozillaDomains", ""); lockPref("dom.ipc.processCount.privilegedmozilla", 0); // ------------------------------------- -// Remove webchannel whitelist -lockPref("webchannel.allowObject.urlWhitelist", ""); -// ------------------------------------- // Use Punycode in Internationalized Domain Names to eliminate possible spoofing lockPref("network.IDN_show_punycode", true); // ------------------------------------- @@ -744,6 +746,9 @@ defaultPref("privacy.spoof_english", 1); // Disable using system colors lockPref("browser.display.use_system_colors", false); // [DEFAULT: false NON-WINDOWS] // ------------------------------------- +// Disable using system accent colors +defaultPref("widget.non-native-theme.use-theme-accent", false); // [DEFAULT: false WINDOWS] +// ------------------------------------- // Enforce links targeting new windows to open in a new tab instead // 1=most recent window or tab, 2=new window, 3=new tab lockPref("browser.link.open_newwindow", 3); // [DEFAULT: 3] @@ -1025,12 +1030,14 @@ defaultPref("privacy.donottrackheader.enabled", false); // ------------------------------------- // Customize ETP settings // defaultPref("network.cookie.cookieBehavior", 5); // [DEFAULT: 5] +// defaultPref("network.cookie.cookieBehavior.optInPartitioning", true); // [ETP FF132+] +// defaultPref("network.http.referer.disallowCrossSiteRelaxingDefault", true); +// defaultPref("network.http.referer.disallowCrossSiteRelaxingDefault.top_navigation", true); // [FF100+] +// defaultPref("privacy.bounceTrackingProtection.mode", 1); // [FF131+] [ETP FF133+] defaultPref("privacy.fingerprintingProtection", true); // [FF114+] [ETP FF119+] // defaultPref("privacy.partition.network_state.ocsp_cache", true); // [DEFAULT: true FF123+] defaultPref("privacy.query_stripping.enabled", true); // [FF101+] defaultPref("privacy.query_stripping.strip_list", "__hsfp __hssc __hstc __s _hsenc _openstat dclid fbclid gbraid gclid hsCtaTracking igshid mc_eid ml_subscriber ml_subscriber_hash msclkid oft_c oft_ck oft_d oft_id oft_ids oft_k oft_lk oft_sk oly_anon_id oly_enc_id rb_clickid s_cid twclid vero_conv vero_id wbraid wickedid yclid"); -// defaultPref("network.http.referer.disallowCrossSiteRelaxingDefault", true); -// defaultPref("network.http.referer.disallowCrossSiteRelaxingDefault.top_navigation", true); // [FF100+] // defaultPref("privacy.trackingprotection.enabled", true); // defaultPref("privacy.trackingprotection.socialtracking.enabled", true); // defaultPref("privacy.trackingprotection.cryptomining.enabled", true); // [DEFAULT: true] @@ -1243,4 +1250,9 @@ defaultPref("browser.contentanalysis.default_allow", false); // ------------------------------------- // Enforce non-native widget theme defaultPref("widget.non-native-theme.enabled", true); // [DEFAULT: true] +// +// FF132 +// +// Remove webchannel whitelist +// defaultPref("webchannel.allowObject.urlWhitelist", ""); // \ No newline at end of file