| Index: Source/core/frame/csp/ContentSecurityPolicy.h
|
| diff --git a/Source/core/frame/csp/ContentSecurityPolicy.h b/Source/core/frame/csp/ContentSecurityPolicy.h
|
| index 4c8e78d3f8318c72a0b11407300a216ff01c1010..86ecfaa59d16ddaeb5b5c97b89aa04db0982371b 100644
|
| --- a/Source/core/frame/csp/ContentSecurityPolicy.h
|
| +++ b/Source/core/frame/csp/ContentSecurityPolicy.h
|
| @@ -90,7 +90,7 @@ public:
|
|
|
| // Mixed Content Directive
|
| // https://w3c.github.io/webappsec/specs/mixedcontent/#strict-mode
|
| - static const char StrictMixedContentChecking[];
|
| + static const char BlockAllMixedContent[];
|
|
|
| enum ReportingStatus {
|
| SendReport,
|
|
|