Upload files to "/"
This commit is contained in:
parent
764f79b41b
commit
d877019f72
28
user.js
28
user.js
|
@ -328,10 +328,11 @@ user_pref("browser.urlbar.trending.featureGate", false);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Disable urlbar suggestions
|
// Disable urlbar suggestions
|
||||||
user_pref("browser.urlbar.addons.featureGate", false); // [FF115+]
|
user_pref("browser.urlbar.addons.featureGate", false); // [FF115+]
|
||||||
|
user_pref("browser.urlbar.fakespot.featureGate", false); // [FF130+] [DEFAULT: false]
|
||||||
user_pref("browser.urlbar.mdn.featureGate", false); // [FF117+] [HIDDEN PREF]
|
user_pref("browser.urlbar.mdn.featureGate", false); // [FF117+] [HIDDEN PREF]
|
||||||
user_pref("browser.urlbar.pocket.featureGate", false); // [FF116+] [DEFAULT: false]
|
user_pref("browser.urlbar.pocket.featureGate", false); // [FF116+] [DEFAULT: false]
|
||||||
user_pref("browser.urlbar.weather.featureGate", false); // [FF108+] [DEFAULT: false]
|
user_pref("browser.urlbar.weather.featureGate", false); // [FF108+] [DEFAULT: false]
|
||||||
user_pref("browser.urlbar.yelp.featureGate", false); // [FF124+] [DEFAULT: false]
|
user_pref("browser.urlbar.yelp.featureGate", false); // [FF124+]
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Disable urlbar clipboard suggestions [FF118+]
|
// Disable urlbar clipboard suggestions [FF118+]
|
||||||
user_pref("browser.urlbar.clipboard.featureGate", false);
|
user_pref("browser.urlbar.clipboard.featureGate", false);
|
||||||
|
@ -393,6 +394,9 @@ user_pref("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+]
|
||||||
// user_pref("network.http.windows-sso.enabled", false); // [DEFAULT: false]
|
// user_pref("network.http.windows-sso.enabled", false); // [DEFAULT: false]
|
||||||
|
// -------------------------------------
|
||||||
|
// Enforce no automatic authentication on Microsoft sites [FF131+] [MAC]
|
||||||
|
// user_pref("network.http.microsoft-entra-sso.enabled", false); // [DEFAULT: false]
|
||||||
//
|
//
|
||||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
// DISK AVOIDANCE
|
// DISK AVOIDANCE
|
||||||
|
@ -401,7 +405,7 @@ user_pref("network.auth.subresource-http-auth-allow", 1);
|
||||||
// Disable disk cache
|
// Disable disk cache
|
||||||
user_pref("browser.cache.disk.enable", false);
|
user_pref("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
|
||||||
user_pref("browser.privatebrowsing.forceMediaMemoryCache", true); // [FF75+]
|
user_pref("browser.privatebrowsing.forceMediaMemoryCache", true); // [FF75+]
|
||||||
user_pref("media.memory_cache_max_size", 65536);
|
user_pref("media.memory_cache_max_size", 65536);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
|
@ -459,6 +463,7 @@ user_pref("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]
|
||||||
// user_pref("security.mixed_content.block_display_content", true); // Defense-in-depth
|
// user_pref("security.mixed_content.block_display_content", true); // Defense-in-depth
|
||||||
|
// user_pref("security.mixed_content.block_object_subrequest", true);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Enable HTTPS-Only mode in all windows
|
// Enable HTTPS-Only mode in all windows
|
||||||
user_pref("dom.security.https_only_mode", true); // [FF76+]
|
user_pref("dom.security.https_only_mode", true); // [FF76+]
|
||||||
|
@ -562,9 +567,6 @@ user_pref("browser.tabs.remote.separatePrivilegedMozillaWebContentProcess", fals
|
||||||
user_pref("browser.tabs.remote.separatedMozillaDomains", "");
|
user_pref("browser.tabs.remote.separatedMozillaDomains", "");
|
||||||
user_pref("dom.ipc.processCount.privilegedmozilla", 0);
|
user_pref("dom.ipc.processCount.privilegedmozilla", 0);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Remove webchannel whitelist
|
|
||||||
user_pref("webchannel.allowObject.urlWhitelist", "");
|
|
||||||
// -------------------------------------
|
|
||||||
// Use Punycode in Internationalized Domain Names to eliminate possible spoofing
|
// Use Punycode in Internationalized Domain Names to eliminate possible spoofing
|
||||||
user_pref("network.IDN_show_punycode", true);
|
user_pref("network.IDN_show_punycode", true);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
|
@ -734,6 +736,9 @@ user_pref("privacy.spoof_english", 2);
|
||||||
// Disable using system colors
|
// Disable using system colors
|
||||||
user_pref("browser.display.use_system_colors", false); // [DEFAULT: false NON-WINDOWS]
|
user_pref("browser.display.use_system_colors", false); // [DEFAULT: false NON-WINDOWS]
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
|
// Disable using system accent colors
|
||||||
|
user_pref("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
|
||||||
user_pref("browser.link.open_newwindow", 3); // [DEFAULT: 3]
|
user_pref("browser.link.open_newwindow", 3); // [DEFAULT: 3]
|
||||||
|
@ -1015,12 +1020,14 @@ user_pref("privacy.donottrackheader.enabled", false);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Customize ETP settings
|
// Customize ETP settings
|
||||||
// user_pref("network.cookie.cookieBehavior", 5); // [DEFAULT: 5]
|
// user_pref("network.cookie.cookieBehavior", 5); // [DEFAULT: 5]
|
||||||
|
// user_pref("network.cookie.cookieBehavior.optInPartitioning", true); // [ETP FF132+]
|
||||||
|
// user_pref("network.http.referer.disallowCrossSiteRelaxingDefault", true);
|
||||||
|
// user_pref("network.http.referer.disallowCrossSiteRelaxingDefault.top_navigation", true); // [FF100+]
|
||||||
|
// user_pref("privacy.bounceTrackingProtection.mode", 1); // [FF131+] [ETP FF133+]
|
||||||
// user_pref("privacy.fingerprintingProtection", true); // [FF114+] [ETP FF119+]
|
// user_pref("privacy.fingerprintingProtection", true); // [FF114+] [ETP FF119+]
|
||||||
// user_pref("privacy.partition.network_state.ocsp_cache", true); // [DEFAULT: true FF123+]
|
// user_pref("privacy.partition.network_state.ocsp_cache", true); // [DEFAULT: true FF123+]
|
||||||
// user_pref("privacy.query_stripping.enabled", true); // [FF101+]
|
// user_pref("privacy.query_stripping.enabled", true); // [FF101+]
|
||||||
user_pref("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");
|
user_pref("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");
|
||||||
// user_pref("network.http.referer.disallowCrossSiteRelaxingDefault", true);
|
|
||||||
// user_pref("network.http.referer.disallowCrossSiteRelaxingDefault.top_navigation", true); // [FF100+]
|
|
||||||
// user_pref("privacy.trackingprotection.enabled", true);
|
// user_pref("privacy.trackingprotection.enabled", true);
|
||||||
// user_pref("privacy.trackingprotection.socialtracking.enabled", true);
|
// user_pref("privacy.trackingprotection.socialtracking.enabled", true);
|
||||||
// user_pref("privacy.trackingprotection.cryptomining.enabled", true); // [DEFAULT: true]
|
// user_pref("privacy.trackingprotection.cryptomining.enabled", true); // [DEFAULT: true]
|
||||||
|
@ -1065,7 +1072,7 @@ user_pref("privacy.globalprivacycontrol.pbmode.enabled", true); // [DEFAULT: tru
|
||||||
// user_pref("general.buildID.override", "20181001000000"); // [HIDDEN PREF]
|
// user_pref("general.buildID.override", "20181001000000"); // [HIDDEN PREF]
|
||||||
// user_pref("general.oscpu.override", ""); // [HIDDEN PREF]
|
// user_pref("general.oscpu.override", ""); // [HIDDEN PREF]
|
||||||
// user_pref("general.platform.override", ""); // [HIDDEN PREF]
|
// user_pref("general.platform.override", ""); // [HIDDEN PREF]
|
||||||
// user_pref("general.useragent.override", "Mozilla/5.0 (Windows NT 10.0; rv:115.0) Gecko/20100101 Firefox/115.0"); // [HIDDEN PREF]
|
// user_pref("general.useragent.override", "Mozilla/5.0 (Windows NT 10.0; rv:128.0) Gecko/20100101 Firefox/128.0"); // [HIDDEN PREF]
|
||||||
// user_pref("media.ondevicechange.enabled", false);
|
// user_pref("media.ondevicechange.enabled", false);
|
||||||
// user_pref("media.video_stats.enabled", false);
|
// user_pref("media.video_stats.enabled", false);
|
||||||
// user_pref("webgl.enable-debug-renderer-info", false);
|
// user_pref("webgl.enable-debug-renderer-info", false);
|
||||||
|
@ -1227,3 +1234,8 @@ user_pref("browser.contentanalysis.default_allow", false);
|
||||||
// Enforce non-native widget theme
|
// Enforce non-native widget theme
|
||||||
user_pref("widget.non-native-theme.enabled", true); // [DEFAULT: true]
|
user_pref("widget.non-native-theme.enabled", true); // [DEFAULT: true]
|
||||||
//
|
//
|
||||||
|
// FF132
|
||||||
|
//
|
||||||
|
// Remove webchannel whitelist
|
||||||
|
// user_pref("webchannel.allowObject.urlWhitelist", "");
|
||||||
|
//
|
Loading…
Reference in New Issue