mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-04 07:45:26 +01:00 
			
		
		
		
	remove 1210
been default true since FF26 - thanks earthlng
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							0566ded651
						
					
				
				
					commit
					9419e2faab
				
			
							
								
								
									
										3
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								user.js
									
									
									
									
									
								
							@@ -658,9 +658,6 @@ user_pref("security.tls.enable_0rtt_data", false);
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/** OCSP (Online Certificate Status Protocol)
 | 
					/** OCSP (Online Certificate Status Protocol)
 | 
				
			||||||
    #Required reading [#] https://scotthelme.co.uk/revocation-is-broken/ ***/
 | 
					    #Required reading [#] https://scotthelme.co.uk/revocation-is-broken/ ***/
 | 
				
			||||||
/* 1210: enable OCSP Stapling
 | 
					 | 
				
			||||||
 * [1] https://blog.mozilla.org/security/2013/07/29/ocsp-stapling-in-firefox/ ***/
 | 
					 | 
				
			||||||
user_pref("security.ssl.enable_ocsp_stapling", true);
 | 
					 | 
				
			||||||
/* 1211: control when to use OCSP fetching (to confirm current validity of certificates)
 | 
					/* 1211: control when to use OCSP fetching (to confirm current validity of certificates)
 | 
				
			||||||
 * 0=disabled, 1=enabled (default), 2=enabled for EV certificates only
 | 
					 * 0=disabled, 1=enabled (default), 2=enabled for EV certificates only
 | 
				
			||||||
 * OCSP (non-stapled) leaks information about the sites you visit to the CA (cert authority)
 | 
					 * OCSP (non-stapled) leaks information about the sites you visit to the CA (cert authority)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user