Skip to content

Commit 7a66739

Browse files
committed
Fix example again
1 parent 2c14190 commit 7a66739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1660,7 +1660,7 @@ this algorithm returns normally if compilation is allowed, and throws a
16601660
When a document's response contains the headers:
16611661
```http
16621662
Reporting-Endpoints: hashes-endpoint="https://example.com/reports"
1663-
Content-Security-Policy: script-src 'report-sha256'; report-to hashes-endpoint
1663+
Content-Security-Policy: script-src 'self' 'report-sha256'; report-to hashes-endpoint
16641664
```
16651665
and the document loads the script "main.js", a report similar to the following one will be sent:
16661666
```http

0 commit comments

Comments
 (0)