##// END OF EJS Templates
configitems: register the 'hostsecurity.minimumprotocol' config
Boris Feld -
r34748:5cf98daa default
parent child Browse files
Show More
@@ -460,6 +460,9 b" coreconfigitem('hostsecurity', 'ciphers'"
460 coreconfigitem('hostsecurity', 'disabletls10warning',
460 coreconfigitem('hostsecurity', 'disabletls10warning',
461 default=False,
461 default=False,
462 )
462 )
463 coreconfigitem('hostsecurity', 'minimumprotocol',
464 default=dynamicdefault,
465 )
463 coreconfigitem('http_proxy', 'always',
466 coreconfigitem('http_proxy', 'always',
464 default=False,
467 default=False,
465 )
468 )
General Comments 0
You need to be logged in to leave comments. Login now