mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-04 07:45:26 +01:00 
			
		
		
		
	61 deprecated/removed prefs
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							56acb4cff5
						
					
				
				
					commit
					9386fb5581
				
			
							
								
								
									
										33
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										33
									
								
								user.js
									
									
									
									
									
								
							@@ -327,12 +327,6 @@ user_pref("privacy.trackingprotection.ui.enabled", true);
 | 
				
			|||||||
     [2] https://dxr.mozilla.org/mozilla-central/source/browser/extensions
 | 
					     [2] https://dxr.mozilla.org/mozilla-central/source/browser/extensions
 | 
				
			||||||
***/
 | 
					***/
 | 
				
			||||||
user_pref("_user.js.parrot", "0500 syntax error: the parrot's cashed in 'is chips!");
 | 
					user_pref("_user.js.parrot", "0500 syntax error: the parrot's cashed in 'is chips!");
 | 
				
			||||||
/* 0501: disable experiments
 | 
					 | 
				
			||||||
 * [1] https://wiki.mozilla.org/Telemetry/Experiments ***/
 | 
					 | 
				
			||||||
user_pref("experiments.enabled", false);
 | 
					 | 
				
			||||||
user_pref("experiments.manifest.uri", "");
 | 
					 | 
				
			||||||
user_pref("experiments.supported", false);
 | 
					 | 
				
			||||||
user_pref("experiments.activeExperiment", false);
 | 
					 | 
				
			||||||
/* 0502: disable Mozilla permission to silently opt you into tests ***/
 | 
					/* 0502: disable Mozilla permission to silently opt you into tests ***/
 | 
				
			||||||
user_pref("network.allow-experiments", false);
 | 
					user_pref("network.allow-experiments", false);
 | 
				
			||||||
/* 0503: disable Normandy/Shield (FF60+)
 | 
					/* 0503: disable Normandy/Shield (FF60+)
 | 
				
			||||||
@@ -1245,12 +1239,6 @@ user_pref("mathml.disabled", true);
 | 
				
			|||||||
 * [1] https://trac.torproject.org/projects/tor/ticket/10089
 | 
					 * [1] https://trac.torproject.org/projects/tor/ticket/10089
 | 
				
			||||||
 * [2] http://kb.mozillazine.org/Middlemouse.contentLoadURL ***/
 | 
					 * [2] http://kb.mozillazine.org/Middlemouse.contentLoadURL ***/
 | 
				
			||||||
user_pref("middlemouse.contentLoadURL", false);
 | 
					user_pref("middlemouse.contentLoadURL", false);
 | 
				
			||||||
/* 2612: disable remote JAR files being opened, regardless of content type (FF42+)
 | 
					 | 
				
			||||||
 * [1] https://bugzilla.mozilla.org/1173171
 | 
					 | 
				
			||||||
 * [2] https://www.fxsitecompat.com/en-CA/docs/2015/jar-protocol-support-has-been-disabled-by-default/ ***/
 | 
					 | 
				
			||||||
user_pref("network.jar.block-remote-files", true);
 | 
					 | 
				
			||||||
/* 2613: disable JAR from opening Unsafe File Types ***/
 | 
					 | 
				
			||||||
user_pref("network.jar.open-unsafe-types", false);
 | 
					 | 
				
			||||||
/* 2614: limit HTTP redirects (this does not control redirects with HTML meta tags or JS)
 | 
					/* 2614: limit HTTP redirects (this does not control redirects with HTML meta tags or JS)
 | 
				
			||||||
 * [WARNING] A low setting of 5 or under will probably break some sites (e.g. gmail logins)
 | 
					 * [WARNING] A low setting of 5 or under will probably break some sites (e.g. gmail logins)
 | 
				
			||||||
 * To control HTML Meta tag and JS redirects, use an extension. Default is 20 ***/
 | 
					 * To control HTML Meta tag and JS redirects, use an extension. Default is 20 ***/
 | 
				
			||||||
@@ -2116,5 +2104,26 @@ user_pref("dom.workers.enabled", false);
 | 
				
			|||||||
// * * * /
 | 
					// * * * /
 | 
				
			||||||
// ***/
 | 
					// ***/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* ESR60.x still uses all the following prefs
 | 
				
			||||||
 | 
					// [NOTE] replace the * with a slash in the line above to re-enable them
 | 
				
			||||||
 | 
					// FF61
 | 
				
			||||||
 | 
					// 0501: disable experiments
 | 
				
			||||||
 | 
					   // [1] https://wiki.mozilla.org/Telemetry/Experiments
 | 
				
			||||||
 | 
					   // [-] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1420908,1450801
 | 
				
			||||||
 | 
					user_pref("experiments.enabled", false);
 | 
				
			||||||
 | 
					user_pref("experiments.manifest.uri", "");
 | 
				
			||||||
 | 
					user_pref("experiments.supported", false);
 | 
				
			||||||
 | 
					user_pref("experiments.activeExperiment", false);
 | 
				
			||||||
 | 
					// 2612: disable remote JAR files being opened, regardless of content type (FF42+)
 | 
				
			||||||
 | 
					   // [1] https://bugzilla.mozilla.org/1173171
 | 
				
			||||||
 | 
					   // [2] https://www.fxsitecompat.com/en-CA/docs/2015/jar-protocol-support-has-been-disabled-by-default/
 | 
				
			||||||
 | 
					   // [-] https://bugzilla.mozilla.org/show_bug.cgi?id=1427726
 | 
				
			||||||
 | 
					user_pref("network.jar.block-remote-files", true);
 | 
				
			||||||
 | 
					// 2613: disable JAR from opening Unsafe File Types
 | 
				
			||||||
 | 
					   // [-] https://bugzilla.mozilla.org/show_bug.cgi?id=1427726
 | 
				
			||||||
 | 
					user_pref("network.jar.open-unsafe-types", false);
 | 
				
			||||||
 | 
					// * * * /
 | 
				
			||||||
 | 
					// ***/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* END: internal custom pref to test for syntax errors ***/
 | 
					/* END: internal custom pref to test for syntax errors ***/
 | 
				
			||||||
user_pref("_user.js.parrot", "SUCCESS: No no he's not dead, he's, he's restin'!");
 | 
					user_pref("_user.js.parrot", "SUCCESS: No no he's not dead, he's, he's restin'!");
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user