allow delegate to provide cookieable schemes
This commit is contained in:
parent
826fbf3e21
commit
e96b224307
4 changed files with 5 additions and 17 deletions
|
@ -49,9 +49,6 @@ const char kAuthServerWhitelist[] = "auth-server-whitelist";
|
|||
// Whitelist containing servers for which Kerberos delegation is allowed.
|
||||
const char kAuthNegotiateDelegateWhitelist[] = "auth-negotiate-delegate-whitelist";
|
||||
|
||||
// Comma separated list of schemes that should support cookies.
|
||||
const char kCookieableSchemes[] = "cookieable-schemes";
|
||||
|
||||
} // namespace switches
|
||||
|
||||
} // namespace brightray
|
||||
|
|
|
@ -17,7 +17,6 @@ extern const char kProxyPacUrl[];
|
|||
extern const char kDisableHttp2[];
|
||||
extern const char kAuthServerWhitelist[];
|
||||
extern const char kAuthNegotiateDelegateWhitelist[];
|
||||
extern const char kCookieableSchemes[];
|
||||
|
||||
} // namespace switches
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue