equal
deleted
inserted
replaced
481 ) |
481 ) |
482 coreconfigitem('hostsecurity', '.*:ciphers$', |
482 coreconfigitem('hostsecurity', '.*:ciphers$', |
483 default=dynamicdefault, |
483 default=dynamicdefault, |
484 generic=True, |
484 generic=True, |
485 ) |
485 ) |
|
486 coreconfigitem('hostsecurity', '.*:fingerprints$', |
|
487 default=list, |
|
488 generic=True, |
|
489 ) |
486 coreconfigitem('http_proxy', 'always', |
490 coreconfigitem('http_proxy', 'always', |
487 default=False, |
491 default=False, |
488 ) |
492 ) |
489 coreconfigitem('http_proxy', 'host', |
493 coreconfigitem('http_proxy', 'host', |
490 default=None, |
494 default=None, |