Skip to content

Commit

Permalink
Update base.html
Browse files Browse the repository at this point in the history
Attempt removal of empty/trailing lines before/after `data`
  • Loading branch information
mvincerx authored Jun 27, 2024
1 parent 3d32ba2 commit 5dfc5e7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/docs/_templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,19 @@

<meta http-equiv="Content-Security-Policy"
content="
default-src 'self';
default-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;
data: https://*.github.io https://github.com https://*.githubusercontent.com;
script-src 'self' 'unsafe-eval' 'unsafe-inline' https://*.intel.com https://*.onetrust.com https://*.cookielaw.org https://*.github.io;
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;
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://*.intel.com
https://*.onetrust.com https://*.cookielaw.org https://*.bootstrapcdn.com https://*.cloudflare.com https://*.googleapis.com https://*.gstatic.com;
worker-src 'self'"
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.">
<meta name="robots" content="max-snippet:-1">
Expand Down

0 comments on commit 5dfc5e7

Please sign in to comment.