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

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

Issue 2655463006: PlzNavigate: Enforce 'frame-src' CSP on the browser. (Closed)
Patch Set: Rebase. Created 3 years, 9 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/platform/WebContentSecurityPolicy.h
diff --git a/third_party/WebKit/public/platform/WebContentSecurityPolicy.h b/third_party/WebKit/public/platform/WebContentSecurityPolicy.h
index 9c732954c20641c91dd855d8219d69507d22526a..d5e46fbfba06f78fe8a6c567fac3b2014cc2a144 100644
--- a/third_party/WebKit/public/platform/WebContentSecurityPolicy.h
+++ b/third_party/WebKit/public/platform/WebContentSecurityPolicy.h
@@ -48,6 +48,13 @@ enum WebContentSecurityPolicySource {
WebContentSecurityPolicySourceLast = WebContentSecurityPolicySourceMeta
};
+enum WebContentSecurityPolicyDisposition {
+ WebContentSecurityPolicyDispositionDoNotCheck,
+ WebContentSecurityPolicyDispositionCheck,
+ WebContentSecurityPolicyDispositionLast =
+ WebContentSecurityPolicyDispositionCheck
+};
+
} // namespace blink
#endif

Powered by Google App Engine
This is Rietveld 408576698