##// END OF EJS Templates
configitems: register the 'hostsecurity.*:verifycertsfile' config
Boris Feld -
r34777:48d2b396 default
parent child Browse files
Show More
@@ -487,6 +487,11 b" coreconfigitem('hostsecurity', '.*:finge"
487 default=list,
487 default=list,
488 generic=True,
488 generic=True,
489 )
489 )
490 coreconfigitem('hostsecurity', '.*:verifycertsfile$',
491 default=None,
492 generic=True,
493 )
494
490 coreconfigitem('http_proxy', 'always',
495 coreconfigitem('http_proxy', 'always',
491 default=False,
496 default=False,
492 )
497 )
General Comments 0
You need to be logged in to leave comments. Login now