Skip to content
Snippets Groups Projects
Unverified Commit 9157b308 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

strict csp based on data website

parent cdf5ed50
No related branches found
No related tags found
No related merge requests found
{{- with site.Data.website.external_domains -}}
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self' https://* {{ if not hugo.IsProduction }}'unsafe-inline'{{ end }}" />
\ No newline at end of file
content="default-src 'self' {{ delimit . " " }} {{ if not hugo.IsProduction }}'unsafe-inline'{{ end }}" />
{{- end -}}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment