We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c14190 commit 7a66739Copy full SHA for 7a66739
index.bs
@@ -1660,7 +1660,7 @@ this algorithm returns normally if compilation is allowed, and throws a
1660
When a document's response contains the headers:
1661
```http
1662
Reporting-Endpoints: hashes-endpoint="https://example.com/reports"
1663
-Content-Security-Policy: script-src 'report-sha256'; report-to hashes-endpoint
+Content-Security-Policy: script-src 'self' 'report-sha256'; report-to hashes-endpoint
1664
```
1665
and the document loads the script "main.js", a report similar to the following one will be sent:
1666
0 commit comments