forked from d3cim/mozilla.cfg
Upload files to "config"
This commit is contained in:
parent
9d876d46d1
commit
c54db25da0
|
@ -334,10 +334,11 @@ defaultPref("browser.urlbar.trending.featureGate", false);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Disable urlbar suggestions
|
// Disable urlbar suggestions
|
||||||
defaultPref("browser.urlbar.addons.featureGate", false); // [FF115+]
|
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.mdn.featureGate", false); // [FF117+] [HIDDEN PREF]
|
||||||
defaultPref("browser.urlbar.pocket.featureGate", false); // [FF116+] [DEFAULT: false]
|
defaultPref("browser.urlbar.pocket.featureGate", false); // [FF116+] [DEFAULT: false]
|
||||||
defaultPref("browser.urlbar.weather.featureGate", false); // [FF108+] [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+]
|
// Disable urlbar clipboard suggestions [FF118+]
|
||||||
defaultPref("browser.urlbar.clipboard.featureGate", false);
|
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+]
|
// Enforce no automatic authentication on Microsoft sites [FF91+] [WINDOWS 10+]
|
||||||
// defaultPref("network.http.windows-sso.enabled", false); // [DEFAULT: false]
|
// 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
|
// DISK AVOIDANCE
|
||||||
|
@ -407,7 +411,7 @@ lockPref("network.auth.subresource-http-auth-allow", 1);
|
||||||
// Disable disk cache
|
// Disable disk cache
|
||||||
defaultPref("browser.cache.disk.enable", false);
|
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("browser.privatebrowsing.forceMediaMemoryCache", true); // [FF75+]
|
||||||
defaultPref("media.memory_cache_max_size", 65536);
|
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]
|
// 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_display_content", true); // Defense-in-depth
|
||||||
|
// defaultPref("security.mixed_content.block_object_subrequest", true);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Enable HTTPS-Only mode in all windows
|
// Enable HTTPS-Only mode in all windows
|
||||||
defaultPref("dom.security.https_only_mode", true); // [FF76+]
|
defaultPref("dom.security.https_only_mode", true); // [FF76+]
|
||||||
|
@ -569,9 +574,6 @@ lockPref("browser.tabs.remote.separatePrivilegedMozillaWebContentProcess", false
|
||||||
lockPref("browser.tabs.remote.separatedMozillaDomains", "");
|
lockPref("browser.tabs.remote.separatedMozillaDomains", "");
|
||||||
lockPref("dom.ipc.processCount.privilegedmozilla", 0);
|
lockPref("dom.ipc.processCount.privilegedmozilla", 0);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Remove webchannel whitelist
|
|
||||||
lockPref("webchannel.allowObject.urlWhitelist", "");
|
|
||||||
// -------------------------------------
|
|
||||||
// Use Punycode in Internationalized Domain Names to eliminate possible spoofing
|
// Use Punycode in Internationalized Domain Names to eliminate possible spoofing
|
||||||
lockPref("network.IDN_show_punycode", true);
|
lockPref("network.IDN_show_punycode", true);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
|
@ -744,6 +746,9 @@ defaultPref("privacy.spoof_english", 1);
|
||||||
// Disable using system colors
|
// Disable using system colors
|
||||||
lockPref("browser.display.use_system_colors", false); // [DEFAULT: false NON-WINDOWS]
|
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
|
// Enforce links targeting new windows to open in a new tab instead
|
||||||
// 1=most recent window or tab, 2=new window, 3=new tab
|
// 1=most recent window or tab, 2=new window, 3=new tab
|
||||||
lockPref("browser.link.open_newwindow", 3); // [DEFAULT: 3]
|
lockPref("browser.link.open_newwindow", 3); // [DEFAULT: 3]
|
||||||
|
@ -1025,12 +1030,14 @@ defaultPref("privacy.donottrackheader.enabled", false);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Customize ETP settings
|
// Customize ETP settings
|
||||||
// defaultPref("network.cookie.cookieBehavior", 5); // [DEFAULT: 5]
|
// 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.fingerprintingProtection", true); // [FF114+] [ETP FF119+]
|
||||||
// defaultPref("privacy.partition.network_state.ocsp_cache", true); // [DEFAULT: true FF123+]
|
// defaultPref("privacy.partition.network_state.ocsp_cache", true); // [DEFAULT: true FF123+]
|
||||||
defaultPref("privacy.query_stripping.enabled", true); // [FF101+]
|
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("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.enabled", true);
|
||||||
// defaultPref("privacy.trackingprotection.socialtracking.enabled", true);
|
// defaultPref("privacy.trackingprotection.socialtracking.enabled", true);
|
||||||
// defaultPref("privacy.trackingprotection.cryptomining.enabled", true); // [DEFAULT: true]
|
// defaultPref("privacy.trackingprotection.cryptomining.enabled", true); // [DEFAULT: true]
|
||||||
|
@ -1244,3 +1251,8 @@ defaultPref("browser.contentanalysis.default_allow", false);
|
||||||
// Enforce non-native widget theme
|
// Enforce non-native widget theme
|
||||||
defaultPref("widget.non-native-theme.enabled", true); // [DEFAULT: true]
|
defaultPref("widget.non-native-theme.enabled", true); // [DEFAULT: true]
|
||||||
//
|
//
|
||||||
|
// FF132
|
||||||
|
//
|
||||||
|
// Remove webchannel whitelist
|
||||||
|
// defaultPref("webchannel.allowObject.urlWhitelist", "");
|
||||||
|
//
|
Loading…
Reference in New Issue