Skip to content

Commit

Permalink
[editorial] Add missing semicolons in example CSP (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
antosart committed Sep 4, 2023
1 parent 65416b8 commit 66216b4
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 @@ -5008,7 +5008,7 @@ this algorithm returns normally if compilation is allowed, and throws a
[[!HTML]]

<pre>
<a http-header>Content-Security-Policy</a>: img-src 'none' script-src 'none' font-src 'none'
<a http-header>Content-Security-Policy</a>: img-src 'none'; script-src 'none'; font-src 'none'
</pre>

Supplementing this policy with `default-src 'none'` would improve the page's robustness
Expand Down

0 comments on commit 66216b4

Please sign in to comment.