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

Unified Diff: net/url_request/url_request.h

Issue 2100583002: Apply Referrer-Policy header when following redirects (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update ios switch Created 4 years, 6 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
Index: net/url_request/url_request.h
diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h
index 97cf291eb25b6d923d1adf933f5e7ab73b131f4f..0102e9e333fab57f66044bda7a0d9eb7d9ad1eac 100644
--- a/net/url_request/url_request.h
+++ b/net/url_request/url_request.h
@@ -102,6 +102,7 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe),
REDUCE_REFERRER_GRANULARITY_ON_TRANSITION_CROSS_ORIGIN,
ORIGIN_ONLY_ON_TRANSITION_CROSS_ORIGIN,
NEVER_CLEAR_REFERRER,
+ MAX_REFERRER_POLICY
};
// First-party URL redirect policy: During server redirects, the first-party

Powered by Google App Engine
This is Rietveld 408576698