mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	remove 2705
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							8811a28c56
						
					
				
				
					commit
					caaf76e3fb
				
			
							
								
								
									
										3
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								user.js
									
									
									
									
									
								
							@@ -1291,9 +1291,6 @@ user_pref("network.cookie.thirdparty.nonsecureSessionOnly", true); // [FF58+]
 | 
			
		||||
 * [NOTE] The setting below is disabled (but not changed) if you block all cookies (2701 = 2)
 | 
			
		||||
 * [SETTING] Privacy & Security>Cookies and Site Data>Delete cookies and site data when Firefox is closed ***/
 | 
			
		||||
   // user_pref("network.cookie.lifetimePolicy", 2);
 | 
			
		||||
/* 2705: set client-side cookies maximum lifetime in days [FF67+]
 | 
			
		||||
 * i.e cookies set through the document.cookie API */
 | 
			
		||||
   // user_pref("privacy.documentCookies.maxage", 7);
 | 
			
		||||
/* 2710: disable DOM (Document Object Model) Storage
 | 
			
		||||
 * [WARNING] This will break a LOT of sites' functionality AND extensions!
 | 
			
		||||
 * You are better off using an extension for more granular control ***/
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user