Skip to content

Commit 9edcd93

Browse files
authored
Update base.html
1 parent 629e1cd commit 9edcd93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/_templates/base.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
content="
3030
default-src 'self';
3131
child-src 'self'
32-
data: https://*.github.io;
32+
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;
3535
script-src 'self' 'unsafe-eval' 'unsafe-inline' https://*.intel.com https://*.onetrust.com https://*.cookielaw.org https://*.github.io;
36-
style-src 'self' data: https://*.onetrust.com https://*.cookielaw.org https://*.gstatic.com https://fonts.googleapis.com https://*.github.io https://*.jsdelivr.net https://*.bootstrapcdn.com https://*.cloudflare.com;
36+
style-src 'self' 'unsafe-inline' data: https://*.onetrust.com https://*.cookielaw.org https://*.gstatic.com https://fonts.googleapis.com https://*.github.io https://*.jsdelivr.net https://*.bootstrapcdn.com https://*.cloudflare.com;
3737
3838
font-src 'self' https://*.googleapis.com https://*.gstatic.com https://*.bootstrapcdn.com https://*.cloudflare.com;
3939
frame-src 'self' https://*.googleapis.com https://*.gstatic.com https://*.bootstrapcdn.com;

0 commit comments

Comments
 (0)