| Index: Source/core/frame/csp/ContentSecurityPolicy.h
|
| diff --git a/Source/core/frame/csp/ContentSecurityPolicy.h b/Source/core/frame/csp/ContentSecurityPolicy.h
|
| index a1fdc3af5f93cf4398e84bafc6a94561994e8447..4729f544bf501da25366421b6bb08771e1035dea 100644
|
| --- a/Source/core/frame/csp/ContentSecurityPolicy.h
|
| +++ b/Source/core/frame/csp/ContentSecurityPolicy.h
|
| @@ -222,6 +222,13 @@ public:
|
|
|
| bool experimentalFeaturesEnabled() const;
|
|
|
| + bool hasScriptPolicy() const;
|
| + bool hasStylePolicy() const;
|
| + bool hasImagePolicy() const;
|
| + bool hasFontPolicy() const;
|
| + bool hasMediaPolicy() const;
|
| + bool hasPluginPolicy() const;
|
| +
|
| static bool shouldBypassMainWorld(const ExecutionContext*);
|
|
|
| static bool isDirectiveName(const String&);
|
|
|