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

Unified Diff: third_party/WebKit/public/web/WebContentSecurityPolicy.h

Issue 1957783002: Replicate Content-Security-Policy into remote frame proxies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: third_party/WebKit/public/web/WebContentSecurityPolicy.h
diff --git a/third_party/WebKit/public/web/WebContentSecurityPolicy.h b/third_party/WebKit/public/web/WebContentSecurityPolicy.h
index ee2d8569fb63ffb618806b8155cb1811dd4a7c56..ed3cdf62b49e55ff43598896aa78865e88478937 100644
--- a/third_party/WebKit/public/web/WebContentSecurityPolicy.h
+++ b/third_party/WebKit/public/web/WebContentSecurityPolicy.h
@@ -39,6 +39,12 @@ enum WebContentSecurityPolicyType {
WebContentSecurityPolicyTypeLast = WebContentSecurityPolicyTypeEnforce
};
+enum WebContentSecurityPolicySource {
+ WebContentSecurityPolicySourceHTTP,
+ WebContentSecurityPolicySourceMeta,
alexmos 2016/05/11 19:46:41 I think these also need entries in Source/web/Asse
Łukasz Anforowicz 2016/05/11 23:14:48 Great - thanks for pointing this out. I was wonde
+ WebContentSecurityPolicySourceLast = WebContentSecurityPolicySourceMeta
+};
+
} // namespace blink
#endif

Powered by Google App Engine
This is Rietveld 408576698