Skip to content
Snippets Groups Projects
Unverified Commit cdf5ed50 authored by Arnaud Levy's avatar Arnaud Levy Committed by GitHub
Browse files

Merge pull request #139 from noesya/csp

Balise HTTP meta pour le Content-Security-Policy
parents a4da288c 6d94d621
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