diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/http/http_auth_handler.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/http/http_auth_handler.h b/net/http/http_auth_handler.h index 40ebe8d..16e7822 100644 --- a/net/http/http_auth_handler.h +++ b/net/http/http_auth_handler.h @@ -77,9 +77,9 @@ class HttpAuthHandler : public base::RefCounted<HttpAuthHandler> { // single-round schemes. virtual bool IsFinalRound() { return true; } - // Returns whether the default credentials may be used for the |origin| passed
- // into |InitFromChallenge|. If true, the user does not need to be prompted
- // for username and password to establish credentials.
+ // Returns whether the default credentials may be used for the |origin| passed + // into |InitFromChallenge|. If true, the user does not need to be prompted + // for username and password to establish credentials. // NOTE: SSO is a potential security risk. // TODO(cbentzel): Add a pointer to Firefox documentation about risk. virtual bool AllowsDefaultCredentials() { return false; } |