forked from mirrors/gecko-dev
		
	Bug 1821981 - [remote] Do not download intermediate certificates. r=webdriver-reviewers,jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D186967
This commit is contained in:
		
							parent
							
								
									fd720824bb
								
							
						
					
					
						commit
						66de3082fd
					
				
					 2 changed files with 5 additions and 0 deletions
				
			
		|  | @ -326,6 +326,9 @@ const COMMON_PREFERENCES = new Map([ | |||
|   // Tests do not wait for the notification button security delay
 | ||||
|   ["security.notification_enable_delay", 0], | ||||
| 
 | ||||
|   // Do not download intermediate certificates
 | ||||
|   ["security.remote_settings.intermediates.enabled", false], | ||||
| 
 | ||||
|   // Ensure blocklist updates do not hit the network
 | ||||
|   ["services.settings.server", "http://%(server)s/dummy/blocklist/"], | ||||
| 
 | ||||
|  |  | |||
|  | @ -144,6 +144,8 @@ class GeckoInstance(object): | |||
|         "security.certerrors.mitm.priming.enabled": False, | ||||
|         # Tests don't wait for the notification button security delay | ||||
|         "security.notification_enable_delay": 0, | ||||
|         # Do not download intermediate certificates | ||||
|         "security.remote_settings.intermediates.enabled": False, | ||||
|         # Ensure blocklist updates don't hit the network | ||||
|         "services.settings.server": "data:,#remote-settings-dummy/v1", | ||||
|         # Disable password capture, so that tests that include forms aren"t | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Henrik Skupin
						Henrik Skupin