Skip to content

Commit

Permalink
Update base.html
Browse files Browse the repository at this point in the history
Add missing semicolon on line preceding `data` in CSP
  • Loading branch information
mvincerx authored Jun 27, 2024
1 parent 9edcd93 commit 3d32ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/_templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<meta http-equiv="Content-Security-Policy"
content="
default-src 'self';
child-src 'self'
child-src 'self';
data: https://*.github.io;
img-src 'self' https://*.cookielaw.org https://*.onetrust.com;
data: https://*.github.io https://github.com https://*.githubusercontent.com;
Expand Down

0 comments on commit 3d32ba2

Please sign in to comment.