mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	2706: Storage API => inactive
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							754ec610d1
						
					
				
				
					commit
					7ae034a23c
				
			
							
								
								
									
										5
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								user.js
									
									
									
									
									
								
							@@ -1441,11 +1441,12 @@ user_pref("network.cookie.thirdparty.sessionOnly", true);
 | 
			
		||||
 * The API gives sites the ability to find out how much space they can use, how much
 | 
			
		||||
 * they are already using, and even control whether or not they need to be alerted
 | 
			
		||||
 * before the user agent disposes of site data in order to make room for other things.
 | 
			
		||||
 * [NOTE] This also controls the visibility of the "Options>Privacy & Security>Site Data" section
 | 
			
		||||
 * [1] https://developer.mozilla.org/docs/Web/API/StorageManager
 | 
			
		||||
 * [2] https://developer.mozilla.org/docs/Web/API/Storage_API
 | 
			
		||||
 * [3] https://blog.mozilla.org/l10n/2017/03/07/firefox-l10n-report-aurora-54/ ***/
 | 
			
		||||
user_pref("dom.storageManager.enabled", false); // (FF51+)
 | 
			
		||||
user_pref("browser.storageManager.enabled", false); // (FF53+)
 | 
			
		||||
   // user_pref("dom.storageManager.enabled", false); // (FF51+)
 | 
			
		||||
   // user_pref("browser.storageManager.enabled", false); // (FF53+)
 | 
			
		||||
/* 2707: clear localStorage and UUID when an extension is uninstalled
 | 
			
		||||
 * [NOTE] Both preferences must be the same
 | 
			
		||||
 * [1] https://developer.mozilla.org/Add-ons/WebExtensions/API/storage/local
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user