mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	cleanup sanitizing-on-close prefs
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							1515897449
						
					
				
				
					commit
					0f8217ad60
				
			
							
								
								
									
										6
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								user.js
									
									
									
									
									
								
							@@ -898,7 +898,7 @@ user_pref("privacy.clearOnShutdown.formdata", true); // Form & Search History
 | 
				
			|||||||
user_pref("privacy.clearOnShutdown.history", true); // Browsing & Download History
 | 
					user_pref("privacy.clearOnShutdown.history", true); // Browsing & Download History
 | 
				
			||||||
user_pref("privacy.clearOnShutdown.offlineApps", true); // Offline Website Data
 | 
					user_pref("privacy.clearOnShutdown.offlineApps", true); // Offline Website Data
 | 
				
			||||||
user_pref("privacy.clearOnShutdown.sessions", true); // Active Logins
 | 
					user_pref("privacy.clearOnShutdown.sessions", true); // Active Logins
 | 
				
			||||||
user_pref("privacy.clearOnShutdown.siteSettings", false); // Site Preferences
 | 
					   // user_pref("privacy.clearOnShutdown.siteSettings", false); // [DEFAULT: false] Site Preferences
 | 
				
			||||||
/* 2804: reset default items to clear with Ctrl-Shift-Del (to match 2803) [SETUP-CHROME]
 | 
					/* 2804: reset default items to clear with Ctrl-Shift-Del (to match 2803) [SETUP-CHROME]
 | 
				
			||||||
 * This dialog can also be accessed from the menu History>Clear Recent History
 | 
					 * This dialog can also be accessed from the menu History>Clear Recent History
 | 
				
			||||||
 * Firefox remembers your last choices. This will reset them when you start Firefox
 | 
					 * Firefox remembers your last choices. This will reset them when you start Firefox
 | 
				
			||||||
@@ -910,9 +910,9 @@ user_pref("privacy.cpd.cookies", true);
 | 
				
			|||||||
user_pref("privacy.cpd.formdata", true); // Form & Search History
 | 
					user_pref("privacy.cpd.formdata", true); // Form & Search History
 | 
				
			||||||
user_pref("privacy.cpd.history", true); // Browsing & Download History
 | 
					user_pref("privacy.cpd.history", true); // Browsing & Download History
 | 
				
			||||||
user_pref("privacy.cpd.offlineApps", true); // Offline Website Data
 | 
					user_pref("privacy.cpd.offlineApps", true); // Offline Website Data
 | 
				
			||||||
user_pref("privacy.cpd.passwords", false); // this is not listed
 | 
					   // user_pref("privacy.cpd.passwords", false); // [DEFAULT: false] this is not listed
 | 
				
			||||||
user_pref("privacy.cpd.sessions", true); // Active Logins
 | 
					user_pref("privacy.cpd.sessions", true); // Active Logins
 | 
				
			||||||
user_pref("privacy.cpd.siteSettings", false); // Site Preferences
 | 
					   // user_pref("privacy.cpd.siteSettings", false); // [DEFAULT: false] Site Preferences
 | 
				
			||||||
/* 2805: clear Session Restore data when sanitizing on shutdown or manually [FF34+]
 | 
					/* 2805: clear Session Restore data when sanitizing on shutdown or manually [FF34+]
 | 
				
			||||||
 * [NOTE] Not needed if Session Restore is not used (0102) or is already cleared with history (2803)
 | 
					 * [NOTE] Not needed if Session Restore is not used (0102) or is already cleared with history (2803)
 | 
				
			||||||
 * [NOTE] privacy.clearOnShutdown.openWindows prevents resuming from crashes (also see 5008)
 | 
					 * [NOTE] privacy.clearOnShutdown.openWindows prevents resuming from crashes (also see 5008)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user