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

csp http meta

parent a4da288c
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{ partial "head/csp.html" . }}
{{ partial "head/css.html" }}
{{ partial "head/seo.html" . }}
{{ partial "head/favicons.html" . }}
......
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self' https://* {{ if not hugo.IsProduction }}'unsafe-inline'{{ 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