mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	make cookie pref active
@SkewedZeppelin ... https://github.com/arkenfox/user.js/issues/1051#issuecomment-991806497
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							54810e333f
						
					
				
				
					commit
					8cdb30cc08
				
			
							
								
								
									
										2
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								user.js
									
									
									
									
									
								
							@@ -798,6 +798,7 @@ user_pref("_user.js.parrot", "2700 syntax error: the parrot's joined the bleedin
 | 
				
			|||||||
 * [SETTING] to add site exceptions: Urlbar>ETP Shield
 | 
					 * [SETTING] to add site exceptions: Urlbar>ETP Shield
 | 
				
			||||||
 * [SETTING] to manage site exceptions: Options>Privacy & Security>Enhanced Tracking Protection>Manage Exceptions ***/
 | 
					 * [SETTING] to manage site exceptions: Options>Privacy & Security>Enhanced Tracking Protection>Manage Exceptions ***/
 | 
				
			||||||
user_pref("browser.contentblocking.category", "strict");
 | 
					user_pref("browser.contentblocking.category", "strict");
 | 
				
			||||||
 | 
					user_pref("network.cookie.cookieBehavior", 5);
 | 
				
			||||||
/* 2702: enable state partitioning of service workers [FF96+] ***/
 | 
					/* 2702: enable state partitioning of service workers [FF96+] ***/
 | 
				
			||||||
user_pref("privacy.partition.serviceWorkers", true);
 | 
					user_pref("privacy.partition.serviceWorkers", true);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -1214,7 +1215,6 @@ user_pref("_user.js.parrot", "7000 syntax error: the parrot's pushing up daisies
 | 
				
			|||||||
   // user_pref("privacy.donottrackheader.enabled", true);
 | 
					   // user_pref("privacy.donottrackheader.enabled", true);
 | 
				
			||||||
/* 7016: customize ETP settings
 | 
					/* 7016: customize ETP settings
 | 
				
			||||||
 * [WHY] Arkenfox only supports strict which sets these at runtime (2701) ***/
 | 
					 * [WHY] Arkenfox only supports strict which sets these at runtime (2701) ***/
 | 
				
			||||||
   // user_pref("network.cookie.cookieBehavior", 5);
 | 
					 | 
				
			||||||
   // user_pref("privacy.partition.network_state.ocsp_cache", true);
 | 
					   // user_pref("privacy.partition.network_state.ocsp_cache", true);
 | 
				
			||||||
   // user_pref("privacy.trackingprotection.enabled", true);
 | 
					   // user_pref("privacy.trackingprotection.enabled", true);
 | 
				
			||||||
   // user_pref("privacy.trackingprotection.socialtracking.enabled", true);
 | 
					   // user_pref("privacy.trackingprotection.socialtracking.enabled", true);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user