From 72f0ef79bcc1640843eabb55ce16683749af956a Mon Sep 17 00:00:00 2001 From: Narsil Date: Tue, 11 Feb 2025 19:04:16 +0000 Subject: [PATCH] Upload files to "config" --- config/mozilla.cfg | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/config/mozilla.cfg b/config/mozilla.cfg index ba898b6..7c1b4af 100644 --- a/config/mozilla.cfg +++ b/config/mozilla.cfg @@ -345,10 +345,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); @@ -410,6 +411,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 @@ -418,7 +422,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); // ------------------------------------- @@ -476,6 +480,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+] @@ -580,9 +585,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); // ------------------------------------- @@ -752,6 +754,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 defaultPref("browser.link.open_newwindow", 3); // [DEFAULT: 3] @@ -1032,13 +1037,15 @@ defaultPref("extensions.systemAddon.update.url", ""); // [FF44+] defaultPref("privacy.donottrackheader.enabled", false); // ------------------------------------- // Customize ETP settings -// defaultPref("network.cookie.cookieBehavior", 5); // [DEFAULT: 5 FF103+] +// 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] @@ -1089,7 +1096,7 @@ defaultPref("ui.use_standins_for_native_colors", true); defaultPref("browser.display.use_document_fonts", 0); defaultPref("dom.maxHardwareConcurrency", 2); defaultPref("dom.w3c_touch_events.enabled", 1); // [BUG - Scroll doesn't work] -defaultPref("general.useragent.override", "Mozilla/5.0 (Android 10; Mobile; rv:115.0) Gecko/115.0 Firefox/115.0"); // HIDDEN PREF +defaultPref("general.useragent.override", "Mozilla/5.0 (Android 10; Mobile; rv:128.0) Gecko/128.0 Firefox/128.0"); // HIDDEN PREF lockPref("device.sensors.enabled", false); lockPref("dom.gamepad.enabled", false); lockPref("dom.netinfo.enabled", false); @@ -1261,4 +1268,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