mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	dom.storage_access.enabled
regardless of this pref setting: the permissions.sqlite file will still be abused to store a flag for this for every single site you connect to (as third party?) - fun.
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							f1b892bc1c
						
					
				
				
					commit
					e6eb473071
				
			
							
								
								
									
										2
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								user.js
									
									
									
									
									
								
							@@ -1466,7 +1466,7 @@ user_pref("dom.caches.enabled", false);
 | 
				
			|||||||
   // user_pref("dom.storageManager.enabled", false);
 | 
					   // user_pref("dom.storageManager.enabled", false);
 | 
				
			||||||
/* 2755: disable Storage Access API [FF65+]
 | 
					/* 2755: disable Storage Access API [FF65+]
 | 
				
			||||||
 * [1] https://developer.mozilla.org/en-US/docs/Web/API/Storage_Access_API ***/
 | 
					 * [1] https://developer.mozilla.org/en-US/docs/Web/API/Storage_Access_API ***/
 | 
				
			||||||
user_pref("dom.storage_access.enabled", false);
 | 
					   // user_pref("dom.storage_access.enabled", false);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*** [SECTION 2800]: SHUTDOWN [SETUP-CHROME]
 | 
					/*** [SECTION 2800]: SHUTDOWN [SETUP-CHROME]
 | 
				
			||||||
     You should set the values to what suits you best.
 | 
					     You should set the values to what suits you best.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user