Skip to content

Commit 66216b4

Browse files
authored
[editorial] Add missing semicolons in example CSP (#619)
1 parent 65416b8 commit 66216b4

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
@@ -5008,7 +5008,7 @@ this algorithm returns normally if compilation is allowed, and throws a
50085008
[[!HTML]]
50095009

50105010
<pre>
5011-
<a http-header>Content-Security-Policy</a>: img-src 'none' script-src 'none' font-src 'none'
5011+
<a http-header>Content-Security-Policy</a>: img-src 'none'; script-src 'none'; font-src 'none'
50125012
</pre>
50135013

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

0 commit comments

Comments
 (0)