Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3e9593

Browse files
authored
Update base.html
Revise cookielaw url in script-src
1 parent 9235bd4 commit b3e9593

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
@@ -32,14 +32,14 @@
3232
data: https://*.github.io;
3333
img-src 'self'
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://*.cdn.cookielaw.org https://*.github.io;
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;
3636
style-src 'self' data: 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';
4141
connect-src 'self' https://*.github.io https://*.github.com https://*.githubusercontent.com https://*.jsdelivr.net https://www.intel.com/content/dam/www/global/wap/
42-
https://*.onetrust.com https://*.cdn.cookielaw.org https://*.bootstrapcdn.com https://*.cloudflare.com https://*.googleapis.com https://*.gstatic.com;
42+
https://*.onetrust.com https://*.cookielaw.org https://*.bootstrapcdn.com https://*.cloudflare.com https://*.googleapis.com https://*.gstatic.com;
4343
worker-src 'self'"
4444
/>
4545
<meta name="description" content="Find C++, Python, and Fortran samples for AI, ML, CUDA to SYCL migration, and performance acceleration using CPUs, GPUs, and FPGAs.">

0 commit comments

Comments
 (0)