mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-04 07:45:26 +01:00 
			
		
		
		
	2626: remove useragent.compatMode #368
I see no point in keeping this to enforce a default that FF itself doesn't use - see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent/Firefox - "... is an optional compatibility token that some Gecko-based browsers may choose to incorporate, to achieve maximum compatibility with websites that expect Firefox"
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							88b08c79cd
						
					
				
				
					commit
					459396ed5b
				
			
							
								
								
									
										3
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								user.js
									
									
									
									
									
								
							@@ -1255,9 +1255,6 @@ user_pref("network.http.redirection-limit", 10);
 | 
			
		||||
 * [1] https://trac.torproject.org/projects/tor/ticket/10089
 | 
			
		||||
 * [2] http://kb.mozillazine.org/Middlemouse.contentLoadURL ***/
 | 
			
		||||
user_pref("middlemouse.contentLoadURL", false);
 | 
			
		||||
/* 2626: disable optional user agent token
 | 
			
		||||
 * [1] https://developer.mozilla.org/docs/Web/HTTP/Headers/User-Agent/Firefox ***/
 | 
			
		||||
user_pref("general.useragent.compatMode.firefox", false); // default: false
 | 
			
		||||
/* 2628: disable UITour backend so there is no chance that a remote page can use it ***/
 | 
			
		||||
user_pref("browser.uitour.enabled", false);
 | 
			
		||||
user_pref("browser.uitour.url", "");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user