| Index: third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| index 563fb6476f831848a91e1d0db80a92c3e5b236fd..906521368aae9a9818b35b83268a4c472ff905bf 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| @@ -353,6 +353,9 @@ class CORE_EXPORT ContentSecurityPolicy
|
|
|
| static bool isNonceableElement(const Element*);
|
|
|
| + static bool checkAllowBlanketEnforcement(const ResourceResponse&,
|
| + const KURL&);
|
| +
|
| Document* document() const;
|
|
|
| private:
|
|
|