mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	0420: TP fixup default values
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							e018583082
						
					
				
				
					commit
					4d31983e06
				
			
							
								
								
									
										4
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								user.js
									
									
									
									
									
								
							@@ -297,8 +297,8 @@ user_pref("browser.safebrowsing.provider.google4.reportPhishMistakeURL", ""); //
 | 
				
			|||||||
 * [NOTE] TP sends DNT headers regardless of the DNT pref (see 1610)
 | 
					 * [NOTE] TP sends DNT headers regardless of the DNT pref (see 1610)
 | 
				
			||||||
 * [1] https://wiki.mozilla.org/Security/Tracking_protection
 | 
					 * [1] https://wiki.mozilla.org/Security/Tracking_protection
 | 
				
			||||||
 * [2] https://support.mozilla.org/en-US/kb/tracking-protection-firefox ***/
 | 
					 * [2] https://support.mozilla.org/en-US/kb/tracking-protection-firefox ***/
 | 
				
			||||||
   // user_pref("privacy.trackingprotection.pbmode.enabled", true); // default false
 | 
					   // user_pref("privacy.trackingprotection.pbmode.enabled", true); // default true
 | 
				
			||||||
   // user_pref("privacy.trackingprotection.enabled", true); // default true
 | 
					   // user_pref("privacy.trackingprotection.enabled", true); // default false
 | 
				
			||||||
/* 0421: enable more Tracking Protection choices under Options>Privacy>Use Tracking Protection
 | 
					/* 0421: enable more Tracking Protection choices under Options>Privacy>Use Tracking Protection
 | 
				
			||||||
 * Displays three choices: "Always", "Only in private windows", "Never" ***/
 | 
					 * Displays three choices: "Always", "Only in private windows", "Never" ***/
 | 
				
			||||||
user_pref("privacy.trackingprotection.ui.enabled", true);
 | 
					user_pref("privacy.trackingprotection.ui.enabled", true);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user