Content Security Policy: Ignoring “'report-sample'” within script-src: ‘strict-dynamic’ specified
Why do I get this error if I use
<?php
header("Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval';");
?>
Content Security Policy: Ignoring “'report-sample'” within script-src: ‘strict-dynamic’ specified
Why do I get this error if I use
<?php
header("Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval';");
?>