Content Security Policy: Ignoring report-sample within script-src: strict-dynamic specified

Viewed 2435

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';");

?>
1 Answers

I had the same warning on reactjs. It has been answered here on reddit.

TLDR: Can be ignored.

Related