forked from d3cim/mobile_user.js
				
			Update 'user.js'
This commit is contained in:
		
							parent
							
								
									9dc417e0e3
								
							
						
					
					
						commit
						1563e0f5dd
					
				
							
								
								
									
										39
									
								
								user.js
								
								
								
								
							
							
						
						
									
										39
									
								
								user.js
								
								
								
								
							| 
						 | 
				
			
			@ -371,7 +371,7 @@ user_pref("browser.urlbar.speculativeConnect.enabled", false);
 | 
			
		|||
user_pref("browser.urlbar.dnsResolveSingleWordsAfterSearch", 0);
 | 
			
		||||
// -------------------------------------
 | 
			
		||||
// Disable location bar contextual suggestions [FF92+]
 | 
			
		||||
user_pref("browser.urlbar.suggest.quicksuggest", false);
 | 
			
		||||
user_pref("browser.urlbar.suggest.quicksuggest.nonsponsored", false); // [FF95+]
 | 
			
		||||
user_pref("browser.urlbar.suggest.quicksuggest.sponsored", false);
 | 
			
		||||
// -------------------------------------
 | 
			
		||||
// Disable tab-to-search [FF85+]
 | 
			
		||||
| 
						 | 
				
			
			@ -574,10 +574,14 @@ user_pref("privacy.userContext.ui.enabled", true);
 | 
			
		|||
// Disable WebRTC (Web Real-Time Communication)
 | 
			
		||||
user_pref("media.peerconnection.enabled", false);
 | 
			
		||||
// -------------------------------------
 | 
			
		||||
// Limit WebRTC private network address leaks
 | 
			
		||||
// Force WebRTC inside the proxy [FF70+]
 | 
			
		||||
user_pref("media.peerconnection.ice.proxy_only_if_behind_proxy", true);
 | 
			
		||||
// -------------------------------------
 | 
			
		||||
// Force a single network interface for ICE candidates generation [FF42+]
 | 
			
		||||
user_pref("media.peerconnection.ice.default_address_only", true);
 | 
			
		||||
user_pref("media.peerconnection.ice.no_host", true); // [FF51+]
 | 
			
		||||
user_pref("media.peerconnection.ice.proxy_only_if_behind_proxy", true); // [FF70+]
 | 
			
		||||
// -------------------------------------
 | 
			
		||||
// Force exclusion of private IPs from ICE candidates [FF51+]
 | 
			
		||||
// user_pref("media.peerconnection.ice.no_host", true);
 | 
			
		||||
// -------------------------------------
 | 
			
		||||
// Disable GMP (Gecko Media Plugins)
 | 
			
		||||
// user_pref("media.gmp-provider.enabled", false);
 | 
			
		||||
| 
						 | 
				
			
			@ -770,10 +774,9 @@ user_pref("privacy.clearOnShutdown.downloads", true); // [DEFAULT: true]
 | 
			
		|||
user_pref("privacy.clearOnShutdown.formdata", true); // [DEFAULT: true]
 | 
			
		||||
user_pref("privacy.clearOnShutdown.history", true); // [DEFAULT: true]
 | 
			
		||||
user_pref("privacy.clearOnShutdown.sessions", true); // [DEFAULT: true]
 | 
			
		||||
user_pref("privacy.clearOnShutdown.offlineApps", false); // [DEFAULT: false]
 | 
			
		||||
user_pref("privacy.clearOnShutdown.cookies", true);
 | 
			
		||||
user_pref("privacy.clearOnShutdown.offlineApps", true);
 | 
			
		||||
 | 
			
		||||
// user_pref("privacy.clearOnShutdown.siteSettings", false); //  [DEFAULT: false] Site Preferences
 | 
			
		||||
// user_pref("privacy.clearOnShutdown.siteSettings", false); // [DEFAULT: false]
 | 
			
		||||
// -------------------------------------
 | 
			
		||||
// Reset default items to clear with Ctrl-Shift-Del [SETUP-CHROME]
 | 
			
		||||
user_pref("privacy.cpd.cache", true); // [DEFAULT: true]
 | 
			
		||||
| 
						 | 
				
			
			@ -781,11 +784,11 @@ user_pref("privacy.cpd.formdata", true); // Form & Search History
 | 
			
		|||
user_pref("privacy.cpd.history", true); // Browsing & Download History
 | 
			
		||||
user_pref("privacy.cpd.offlineApps", true); // Offline Website Data
 | 
			
		||||
user_pref("privacy.cpd.sessions", true); // [DEFAULT: true]
 | 
			
		||||
user_pref("privacy.cpd.offlineApps", false); // [DEFAULT: false]
 | 
			
		||||
user_pref("privacy.cpd.cookies", false);
 | 
			
		||||
user_pref("privacy.cpd.offlineApps", true);
 | 
			
		||||
// user_pref("privacy.cpd.downloads", true); // not used
 | 
			
		||||
// user_pref("privacy.cpd.passwords", false); // [DEFAULT: false]
 | 
			
		||||
// user_pref("privacy.cpd.siteSettings", false); //  [DEFAULT: false] Site Preferences
 | 
			
		||||
// user_pref("privacy.cpd.passwords", false); // [DEFAULT: false] not listed
 | 
			
		||||
// user_pref("privacy.cpd.siteSettings", false); // [DEFAULT: false]
 | 
			
		||||
// -------------------------------------
 | 
			
		||||
// Clear Session Restore data when sanitizing on shutdown or manually [FF34+]
 | 
			
		||||
// user_pref("privacy.clearOnShutdown.openWindows", true);
 | 
			
		||||
| 
						 | 
				
			
			@ -816,9 +819,9 @@ user_pref("privacy.firstparty.isolate", true);
 | 
			
		|||
// Enable privacy.resistFingerprinting [FF41+]
 | 
			
		||||
user_pref("privacy.resistFingerprinting", true);
 | 
			
		||||
// -------------------------------------
 | 
			
		||||
// Set new window sizes to round to hundreds [FF55+] [SETUP-CHROME]
 | 
			
		||||
// user_pref("privacy.window.maxInnerWidth", 1000);
 | 
			
		||||
// user_pref("privacy.window.maxInnerHeight", 1000);
 | 
			
		||||
// Set new window size rounding max values [FF55+]
 | 
			
		||||
// user_pref("privacy.window.maxInnerWidth", 1600);
 | 
			
		||||
// user_pref("privacy.window.maxInnerHeight", 900);
 | 
			
		||||
// -------------------------------------
 | 
			
		||||
// Disable mozAddonManager Web API [FF57+]
 | 
			
		||||
user_pref("privacy.resistFingerprinting.block_mozAddonManager", true); // [HIDDEN PREF]
 | 
			
		||||
| 
						 | 
				
			
			@ -960,7 +963,7 @@ user_pref("dom.targetBlankNoOpener.enabled", true); // [DEFAULT: true]
 | 
			
		|||
// Enforce "window.name" protection [FF82+]
 | 
			
		||||
user_pref("privacy.window.name.update.enabled", true); // [DEFAULT: true]
 | 
			
		||||
// -------------------------------------
 | 
			
		||||
// PrefsCleaner: reset previously active items removed from arkenfox FF91+
 | 
			
		||||
// PrefsCleaner: reset previously active items removed from arkenfox FF92+
 | 
			
		||||
// placeholder
 | 
			
		||||
//
 | 
			
		||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 | 
			
		||||
| 
						 | 
				
			
			@ -1092,11 +1095,11 @@ user_pref("browser.warnOnQuit", false);
 | 
			
		|||
// APPEARANCE
 | 
			
		||||
//
 | 
			
		||||
// user_pref("browser.download.autohideButton", false); // [FF57+]
 | 
			
		||||
// user_pref("ui.systemUsesDarkTheme", 1); // [FF67+] [HIDDEN PREF]
 | 
			
		||||
// 0=light, 1=dark: with RFP this only affects chrome
 | 
			
		||||
// user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true); // [FF68+] allow userChrome/userContent
 | 
			
		||||
// user_pref("ui.prefersReducedMotion", 1); // disable chrome animations [FF77+] [RESTART] [HIDDEN PREF]
 | 
			
		||||
// 0=no-preference, 1=reduce: with RFP this only affects chrome
 | 
			
		||||
// user_pref("ui.systemUsesDarkTheme", 1); // [FF67+] [HIDDEN PREF]
 | 
			
		||||
// 0=light, 1=dark: with RFP this only affects chrome
 | 
			
		||||
//
 | 
			
		||||
// CONTENT BEHAVIOR
 | 
			
		||||
//
 | 
			
		||||
| 
						 | 
				
			
			@ -1154,6 +1157,10 @@ user_pref("security.ssl3.rsa_des_ede3_sha", false); // 3DES
 | 
			
		|||
// Limit font visibility (Windows, Mac, some Linux) [FF79+]
 | 
			
		||||
// user_pref("layout.css.font-visibility.level", 1);
 | 
			
		||||
// -------------------------------------
 | 
			
		||||
// FF95
 | 
			
		||||
// Disable location bar contextual suggestions [FF92+]
 | 
			
		||||
user_pref("browser.urlbar.suggest.quicksuggest", false);
 | 
			
		||||
// -------------------------------------
 | 
			
		||||
// Verify user.js is applied
 | 
			
		||||
user_pref("_config.applied", true);
 | 
			
		||||
//
 | 
			
		||||
		Loading…
	
		Reference in New Issue