Skip to content
Snippets Groups Projects
csp.html 311 B
Newer Older
Arnaud Levy's avatar
Arnaud Levy committed
{{- with site.Data.website.external_domains -}}
Olivia206's avatar
Olivia206 committed
<meta http-equiv="Content-Security-Policy"
Arnaud Levy's avatar
Arnaud Levy committed
      content="
        default-src 'self' {{ delimit . " " }}
        {{ if not hugo.IsProduction }}'unsafe-inline'{{ end }}
        {{ if site.Params.search.active }}'wasm-unsafe-eval'{{ end }};
      " />
{{- end -}}