Skip to content

Commit f829393

Browse files
committed
update layouts
1 parent edd2a1e commit f829393

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

layouts/_default/baseof.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
{{ partial "head_custom.html" . }}
1919
{{ end }}
2020

21-
{{ partial "load_jquery.html" . }}
22-
2321
{{ if or ( not .Site.IsServer ) ( not ( in .Site.Params.buildtype "package" ) ) }}
2422

2523
{{ partial "trustarc.html" . }}

layouts/partials/meta.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@
3838
{{ end }}
3939

4040

41-
{{/* set custom CSP to load styles and scripts with special handling for GTM scripts (requires unsafe-inline) and Dev Portal page(s) (requires 'unsafe-eval') */}}
42-
<meta http-equiv="Content-Security-Policy" content="script-src
43-
'self'
41+
{{/* set custom CSP to load styles and scripts with special handling for GTM scripts (requires unsafe-inline) and Dev Portal page(s) (requires 'unsafe-eval')
4442
https://code.jquery.com/
4543
https://cdn.jsdelivr.net/
4644
https://static.cloud.coveo.com
@@ -58,8 +56,9 @@
5856
https://consent.trustarc.com/
5957
https://f5networksglobalprod.122.2o7.net/
6058
https://f5networksnginxdocs.122.2o7.net/
61-
https://*.f5.com
62-
'unsafe-inline'
59+
https://*.f5.com */}}
60+
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline'
61+
https://consent.trustarc.com/ https://mktg.tags.f5.com/basic/prod/utag.sync.js https://static.cloud.coveo.com/ https://*.f5.com/
6362
{{ if in .Params.doctypes "devportal" }} 'unsafe-eval' {{end}};
6463
worker-src 'self' blob:">
6564
{{/* end */}}

0 commit comments

Comments
 (0)