Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavweiss committed Nov 28, 2024
1 parent 6873fe2 commit 2c14190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1660,7 +1660,7 @@ this algorithm returns normally if compilation is allowed, and throws a
When a document's response contains the headers:
```http
Reporting-Endpoints: hashes-endpoint="https://example.com/reports"
Content-Security-Policy: report-hash; report-to hashes-endpoint
Content-Security-Policy: script-src 'report-sha256'; report-to hashes-endpoint
```
and the document loads the script "main.js", a report similar to the following one will be sent:
```http
Expand Down

0 comments on commit 2c14190

Please sign in to comment.