mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	move DNT to DON'T BOTHER
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							72cc4d176e
						
					
				
				
					commit
					fe75baa79f
				
			
							
								
								
									
										7
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								user.js
									
									
									
									
									
								
							@@ -612,10 +612,6 @@ user_pref("network.http.referer.XOriginPolicy", 2);
 | 
				
			|||||||
/* 1602: control the amount of cross-origin information to send [FF52+]
 | 
					/* 1602: control the amount of cross-origin information to send [FF52+]
 | 
				
			||||||
 * 0=send full URI (default), 1=scheme+host+port+path, 2=scheme+host+port ***/
 | 
					 * 0=send full URI (default), 1=scheme+host+port+path, 2=scheme+host+port ***/
 | 
				
			||||||
user_pref("network.http.referer.XOriginTrimmingPolicy", 2);
 | 
					user_pref("network.http.referer.XOriginTrimmingPolicy", 2);
 | 
				
			||||||
/* 1603: enable the DNT (Do Not Track) HTTP header
 | 
					 | 
				
			||||||
 * [NOTE] DNT is enforced with Enhanced Tracking Protection (2710)
 | 
					 | 
				
			||||||
 * [SETTING] Privacy & Security>Enhanced Tracking Protection>Send websites a "Do Not Track" signal... ***/
 | 
					 | 
				
			||||||
   // user_pref("privacy.donottrackheader.enabled", true);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*** [SECTION 1700]: CONTAINERS
 | 
					/*** [SECTION 1700]: CONTAINERS
 | 
				
			||||||
   Check out Temporary Containers [2], read the article [3], and visit the wiki/repo [4]
 | 
					   Check out Temporary Containers [2], read the article [3], and visit the wiki/repo [4]
 | 
				
			||||||
@@ -1318,6 +1314,9 @@ user_pref("_user.js.parrot", "7000 syntax error: the parrot's pushing up daisies
 | 
				
			|||||||
 * [WHY] It can compromise security. System addons ship with prefs, use those ***/
 | 
					 * [WHY] It can compromise security. System addons ship with prefs, use those ***/
 | 
				
			||||||
   // user_pref("extensions.systemAddon.update.enabled", false); // [FF62+]
 | 
					   // user_pref("extensions.systemAddon.update.enabled", false); // [FF62+]
 | 
				
			||||||
   // user_pref("extensions.systemAddon.update.url", ""); // [FF44+]
 | 
					   // user_pref("extensions.systemAddon.update.url", ""); // [FF44+]
 | 
				
			||||||
 | 
					/* 7015: enable the DNT (Do Not Track) HTTP header
 | 
				
			||||||
 | 
					 * [WHY] DNT is enforced with Tracking Protection (2710) ***/
 | 
				
			||||||
 | 
					   // user_pref("privacy.donottrackheader.enabled", true);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*** [SECTION 8000]: DON'T BOTHER: NON-RFP
 | 
					/*** [SECTION 8000]: DON'T BOTHER: NON-RFP
 | 
				
			||||||
   [WHY] They are insufficient to help anti-fingerprinting and do more harm than good
 | 
					   [WHY] They are insufficient to help anti-fingerprinting and do more harm than good
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user