browser: flag to diable specified cipher suites
This commit is contained in:
parent
0e94ccb72b
commit
9f8479e9d8
4 changed files with 35 additions and 0 deletions
|
@ -117,6 +117,9 @@ const char kRegisterStandardSchemes[] = "register-standard-schemes";
|
|||
// TLS fallback will accept.
|
||||
const char kSSLVersionFallbackMin[] = "ssl-version-fallback-min";
|
||||
|
||||
// Comma-separated list of SSL cipher suites to disable.
|
||||
const char kCipherSuiteBlacklist[] = "cipher-suite-blacklist";
|
||||
|
||||
// The browser process app model ID
|
||||
const char kAppUserModelId[] = "app-user-model-id";
|
||||
|
||||
|
|
|
@ -60,6 +60,7 @@ extern const char kPageVisibility[];
|
|||
extern const char kDisableHttpCache[];
|
||||
extern const char kRegisterStandardSchemes[];
|
||||
extern const char kSSLVersionFallbackMin[];
|
||||
extern const char kCipherSuiteBlacklist[];
|
||||
|
||||
extern const char kAppUserModelId[];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue