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

Unified Diff: Source/core/fetch/FetchContext.h

Issue 1136843011: Revert of Add CSP header for resources with an active policy (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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: Source/core/fetch/FetchContext.h
diff --git a/Source/core/fetch/FetchContext.h b/Source/core/fetch/FetchContext.h
index 8cfc22bcfabbbf182cf3f908414b9a47599fbb15..8e5a5dff31c7437f17a78e2662000f459f4b25d8 100644
--- a/Source/core/fetch/FetchContext.h
+++ b/Source/core/fetch/FetchContext.h
@@ -112,7 +112,6 @@
virtual String charset() const { return String(); }
virtual void upgradeInsecureRequest(FetchRequest&);
virtual void addClientHintsIfNecessary(FetchRequest&);
- virtual void addCSPHeaderIfNecessary(Resource::Type, FetchRequest&);
protected:
FetchContext() { }
« no previous file with comments | « LayoutTests/http/tests/security/contentSecurityPolicy/resources/test-csp-header.pl ('k') | Source/core/fetch/FetchContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698