mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	FF74: 0203 updates (#904)
This commit is contained in:
		
							
								
								
									
										11
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								user.js
									
									
									
									
									
								
							@@ -152,8 +152,8 @@ user_pref("_user.js.parrot", "0200 syntax error: the parrot's definitely decease
 | 
			
		||||
   // user_pref("permissions.default.geo", 2);
 | 
			
		||||
/* 0203: use Mozilla geolocation service instead of Google when geolocation is enabled
 | 
			
		||||
 * Optionally enable logging to the console (defaults to false) ***/
 | 
			
		||||
user_pref("geo.wifi.uri", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%");
 | 
			
		||||
   // user_pref("geo.wifi.logging.enabled", true); // [HIDDEN PREF]
 | 
			
		||||
user_pref("geo.provider.network.url", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%");
 | 
			
		||||
   // user_pref("geo.provider.network.logging.enabled", true); // [HIDDEN PREF]
 | 
			
		||||
/* 0204: disable using the OS's geolocation service ***/
 | 
			
		||||
user_pref("geo.provider.ms-windows-location", false); // [WINDOWS]
 | 
			
		||||
user_pref("geo.provider.use_corelocation", false); // [MAC]
 | 
			
		||||
@@ -1690,6 +1690,13 @@ user_pref("toolkit.telemetry.hybridContent.enabled", false); // [FF59+]
 | 
			
		||||
   // [-] https://bugzilla.mozilla.org/1488583
 | 
			
		||||
user_pref("dom.indexedDB.enabled", true); // [DEFAULT: true]
 | 
			
		||||
// * * * /
 | 
			
		||||
// FF74
 | 
			
		||||
// 0203: use Mozilla geolocation service instead of Google when geolocation is enabled
 | 
			
		||||
   // Optionally enable logging to the console (defaults to false)
 | 
			
		||||
   // [-] https://bugzilla.mozilla.org/1613627
 | 
			
		||||
user_pref("geo.wifi.uri", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%");
 | 
			
		||||
   // user_pref("geo.wifi.logging.enabled", true); // [HIDDEN PREF]
 | 
			
		||||
// * * * /
 | 
			
		||||
// ***/
 | 
			
		||||
 | 
			
		||||
/* END: internal custom pref to test for syntax errors ***/
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user