Skip to content

Commit

Permalink
Update base.html
Browse files Browse the repository at this point in the history
Revise cookielaw url in script-src
  • Loading branch information
mvincerx authored Jun 27, 2024
1 parent 9235bd4 commit b3e9593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/_templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
data: https://*.github.io;
img-src 'self'
data: https://*.github.io https://github.com https://*.githubusercontent.com;
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;
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;
style-src 'self' data: https://*.gstatic.com https://fonts.googleapis.com https://*.github.io https://*.jsdelivr.net https://*.bootstrapcdn.com https://*.cloudflare.com;
font-src 'self' https://*.googleapis.com https://*.gstatic.com https://*.bootstrapcdn.com https://*.cloudflare.com;
frame-src 'self' https://*.googleapis.com https://*.gstatic.com https://*.bootstrapcdn.com;
object-src 'self';
connect-src 'self' https://*.github.io https://*.github.com https://*.githubusercontent.com https://*.jsdelivr.net https://www.intel.com/content/dam/www/global/wap/
https://*.onetrust.com https://*.cdn.cookielaw.org https://*.bootstrapcdn.com https://*.cloudflare.com https://*.googleapis.com https://*.gstatic.com;
https://*.onetrust.com https://*.cookielaw.org https://*.bootstrapcdn.com https://*.cloudflare.com https://*.googleapis.com https://*.gstatic.com;
worker-src 'self'"
/>
<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.">
Expand Down

0 comments on commit b3e9593

Please sign in to comment.