Skip to content

Commit 629e1cd

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/docs/_templates/base.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
default-src 'self';
3131
child-src 'self'
3232
data: https://*.github.io;
33-
img-src 'self'
33+
img-src 'self' https://*.cookielaw.org https://*.onetrust.com;
3434
data: https://*.github.io https://github.com https://*.githubusercontent.com;
35-
script-src 'self' 'unsafe-eval' 'unsafe-inline' https://www.intel.com/content/dam/www/global/wap/ https://*.onetrust.com https://*.cookielaw.org https://*.github.io;
36-
style-src 'self' data: https://*.gstatic.com https://fonts.googleapis.com https://*.github.io https://*.jsdelivr.net https://*.bootstrapcdn.com https://*.cloudflare.com;
35+
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;
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;
4040
object-src 'self';
41-
connect-src 'self' https://*.github.io https://*.github.com https://*.githubusercontent.com https://*.jsdelivr.net https://www.intel.com/content/dam/www/global/wap/
41+
connect-src 'self' https://*.github.io https://*.github.com https://*.githubusercontent.com https://*.jsdelivr.net https://*.intel.com
4242
https://*.onetrust.com https://*.cookielaw.org https://*.bootstrapcdn.com https://*.cloudflare.com https://*.googleapis.com https://*.gstatic.com;
4343
worker-src 'self'"
4444
/>

0 commit comments

Comments
 (0)