Skip to content

Commit 5dfc5e7

Browse files
authored
Update base.html
Attempt removal of empty/trailing lines before/after `data`
1 parent 3d32ba2 commit 5dfc5e7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/docs/_templates/base.html

+3-4
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,19 @@
2727

2828
<meta http-equiv="Content-Security-Policy"
2929
content="
30-
default-src 'self';
30+
default-src 'self';
3131
child-src 'self';
3232
data: https://*.github.io;
3333
img-src 'self' https://*.cookielaw.org https://*.onetrust.com;
34-
data: https://*.github.io https://github.com https://*.githubusercontent.com;
34+
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;
3636
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;
37-
3837
font-src 'self' https://*.googleapis.com https://*.gstatic.com https://*.bootstrapcdn.com https://*.cloudflare.com;
3938
frame-src 'self' https://*.googleapis.com https://*.gstatic.com https://*.bootstrapcdn.com;
4039
object-src 'self';
4140
connect-src 'self' https://*.github.io https://*.github.com https://*.githubusercontent.com https://*.jsdelivr.net https://*.intel.com
4241
https://*.onetrust.com https://*.cookielaw.org https://*.bootstrapcdn.com https://*.cloudflare.com https://*.googleapis.com https://*.gstatic.com;
43-
worker-src 'self'"
42+
worker-src 'self'"
4443
/>
4544
<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.">
4645
<meta name="robots" content="max-snippet:-1">

0 commit comments

Comments
 (0)