Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: net/base/load_flags_list.h

Issue 9307093: Don't use IDENT_SRC_URL for HttpAuth challenges. IE hasn't supported it for years, and at worst ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/http/http_auth_controller.h » ('j') | net/http/http_auth_controller.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/load_flags_list.h
===================================================================
--- net/base/load_flags_list.h (revision 120359)
+++ net/base/load_flags_list.h (working copy)
@@ -114,3 +114,7 @@
// explicit user action. This can be used as a hint to treat the
// request with higher priority.
LOAD_FLAG(MAYBE_USER_GESTURE, 1 << 26)
+
+// Allow identity as embedded in the user:pass@ fields of an URL to be used to
+// satisfy HTTP auth challenges. This is strongly discouraged.
+LOAD_FLAG(ENABLE_EMBEDDED_IDENTITY, 1 << 27)
« no previous file with comments | « no previous file | net/http/http_auth_controller.h » ('j') | net/http/http_auth_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698