fix: default enable_negotiate_port to false (#18251)

This commit is contained in:
Jeremy Apthorp 2019-05-13 11:28:01 -07:00 committed by GitHub
parent 3a5e6f2551
commit 78d45a17c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View file

@ -126,6 +126,7 @@ extern const char kDiskCacheSize[];
extern const char kIgnoreConnectionsLimit[];
extern const char kAuthServerWhitelist[];
extern const char kAuthNegotiateDelegateWhitelist[];
extern const char kEnableAuthNegotiatePort[];
} // namespace switches