Skip to content

Commit 3d32ba2

Browse files
authored
Update base.html
Add missing semicolon on line preceding `data` in CSP
1 parent 9edcd93 commit 3d32ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/_templates/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<meta http-equiv="Content-Security-Policy"
2929
content="
3030
default-src 'self';
31-
child-src 'self'
31+
child-src 'self';
3232
data: https://*.github.io;
3333
img-src 'self' https://*.cookielaw.org https://*.onetrust.com;
3434
data: https://*.github.io https://github.com https://*.githubusercontent.com;

0 commit comments

Comments
 (0)