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

Unified Diff: net/http/http_response_headers.cc

Issue 2368923003: Support the Clear-Site-Data header on resource requests (Closed)
Patch Set: Rebase. Created 3 years, 7 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/http/http_response_headers.cc
diff --git a/net/http/http_response_headers.cc b/net/http/http_response_headers.cc
index 79ae58416388dd3e2333070c6cb39ef757d9815a..537ed8ddd18471633b66e750e65c5ed8d60534a4 100644
--- a/net/http/http_response_headers.cc
+++ b/net/http/http_response_headers.cc
@@ -62,7 +62,8 @@ const char* const kChallengeResponseHeaders[] = {
// not to be stored by caches or disclosed otherwise.
const char* const kCookieResponseHeaders[] = {
"set-cookie",
- "set-cookie2"
+ "set-cookie2",
+ "clear-site-data",
};
// By default, do not cache Strict-Transport-Security or Public-Key-Pins.

Powered by Google App Engine
This is Rietveld 408576698