mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-04 07:45:26 +01:00 
			
		
		
		
	0201: geo.wifi.uri fixup
This description should cover everyone. No longer care if and when Mozilla push the change
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							ea713abfc6
						
					
				
				
					commit
					98698c8e68
				
			
							
								
								
									
										5
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								user.js
									
									
									
									
									
								
							@@ -70,9 +70,10 @@ user_pref("browser.shell.checkDefaultBrowser", false);
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/*** 0200: GEOLOCATION ***/
 | 
					/*** 0200: GEOLOCATION ***/
 | 
				
			||||||
user_pref("ghacks_user.js.parrot", "0200 syntax error: the parrot's definitely deceased!");
 | 
					user_pref("ghacks_user.js.parrot", "0200 syntax error: the parrot's definitely deceased!");
 | 
				
			||||||
/* 0201: disable location-aware browsing, but enforce Mozilla's service over Google's ***/
 | 
					/* 0201: disable location-aware browsing
 | 
				
			||||||
 | 
					   [NOTE] Use Mozilla's API key if required ***/
 | 
				
			||||||
user_pref("geo.enabled", false);
 | 
					user_pref("geo.enabled", false);
 | 
				
			||||||
user_pref("geo.wifi.uri", "");
 | 
					user_pref("geo.wifi.uri", ""); // "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%"
 | 
				
			||||||
user_pref("geo.wifi.xhr.timeout", 1); // reset this if you use geolocation
 | 
					user_pref("geo.wifi.xhr.timeout", 1); // reset this if you use geolocation
 | 
				
			||||||
user_pref("geo.wifi.logging.enabled", false); // (hidden pref)
 | 
					user_pref("geo.wifi.logging.enabled", false); // (hidden pref)
 | 
				
			||||||
user_pref("browser.search.geoip.url", "");
 | 
					user_pref("browser.search.geoip.url", "");
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user