| 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 9915da75ab3e4fb313b9a5355fa6e0f12bf30e7d..afbe2531855e8d549ea1314d1e06898d97344f9b 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| @@ -1178,8 +1178,7 @@ void ContentSecurityPolicy::postViolationReport(
|
| cspReport->setString("source-file", violationData.sourceFile());
|
| cspReport->setInteger("status-code", violationData.statusCode());
|
|
|
| - if (experimentalFeaturesEnabled())
|
| - cspReport->setString("script-sample", violationData.sample());
|
| + cspReport->setString("script-sample", violationData.sample());
|
|
|
| std::unique_ptr<JSONObject> reportObject = JSONObject::create();
|
| reportObject->setObject("csp-report", std::move(cspReport));
|
|
|