| Index: third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| index 643530e9612c7c16b671f47f1cecc9dfaef22e18..addd65a36ff504049b3b8e2263716b6af6e20fe3 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| @@ -203,7 +203,7 @@ void ContentSecurityPolicy::applyPolicySideEffectsToExecutionContext()
|
| UseCounter::count(*document, getUseCounterType(policy->headerType()));
|
|
|
| if (allowDynamic())
|
| - UseCounter::count(*document, UseCounter::CSPWithUnsafeDynamic);
|
| + UseCounter::count(*document, UseCounter::CSPWithStrictDynamic);
|
| }
|
|
|
| // We disable 'eval()' even in the case of report-only policies, and rely on the check in the
|
|
|