mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-04 07:45:26 +01:00 
			
		
		
		
	added browser.ssl_override_behavior
see https://github.com/pyllyukko/user.js/issues/210 - basically instead of a value 2, a value of 1 will save a cert pre-fetch
This commit is contained in:
		
							
								
								
									
										4
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								user.js
									
									
									
									
									
								
							@@ -666,6 +666,10 @@ user_pref("security.mixed_content.use_hsts", false);
 | 
			
		||||
   // https://bugzilla.mozilla.org/show_bug.cgi?id=1334485 // related bug
 | 
			
		||||
   // https://bugzilla.mozilla.org/show_bug.cgi?id=1216882 // related bug (see comment 9)
 | 
			
		||||
   // user_pref("security.nocertdb", true); // (hidden pref)
 | 
			
		||||
// 1221: control "Add Security Exception" dialog on SSL warnings
 | 
			
		||||
   // 0=do neither 1=pre-populate url 2+pre-populate url + pre-fetch cert (default)
 | 
			
		||||
   // https://github.com/pyllyukko/user.js/issues/210
 | 
			
		||||
   // user_pref("browser.ssl_override_behavior", 1);
 | 
			
		||||
 | 
			
		||||
/*** 1400: FONTS ***/
 | 
			
		||||
user_pref("ghacks_user.js.parrot", "1400 syntax error: the parrot's bereft of life!");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user