Index: Source/core/frame/csp/CSPDirectiveList.h |
diff --git a/Source/core/frame/csp/CSPDirectiveList.h b/Source/core/frame/csp/CSPDirectiveList.h |
index 8fbb0e7a3aac2b969eb98bd6ae9cd59fff1c593d..02c137186e73b65cb86d80f974dadf80e8ba6bb9 100644 |
--- a/Source/core/frame/csp/CSPDirectiveList.h |
+++ b/Source/core/frame/csp/CSPDirectiveList.h |
@@ -75,6 +75,13 @@ public: |
bool hasPluginTypes() const { return !!m_pluginTypes; }; |
const String& pluginTypesText() const; |
+ bool hasScriptPolicy() const; |
+ bool hasStylePolicy() const; |
+ bool hasImagePolicy() const; |
+ bool hasFontPolicy() const; |
+ bool hasMediaPolicy() const; |
+ bool hasPluginPolicy() const; |
Mike West
2015/03/16 10:39:11
Same here. Just pipe a request down into whatever
estark
2015/03/17 18:27:34
Done.
|
+ |
private: |
CSPDirectiveList(ContentSecurityPolicy*, ContentSecurityPolicyHeaderType, ContentSecurityPolicyHeaderSource); |