Skip to content
Snippets Groups Projects
Commit 75680a2f authored by Michel Brodatzki's avatar Michel Brodatzki
Browse files

Fix CSP header

parent f556fbe9
No related branches found
No related tags found
1 merge request!141Fix CSP header
Pipeline #362324 passed with warnings
......@@ -3,7 +3,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="{{ $.Site.Params.SEODescription }}" />
<meta http-equiv="Content-Security-Policy" content="default-src 'nonce-{{ hugo.Version | base64Encode }}' {{ $.Site.BaseURL }}; img-src 'self' data:; connect-src *; font-src data:;" />
<meta http-equiv="Content-Security-Policy" content="default-src 'nonce-{{ hugo.Version | base64Encode }}'; img-src 'self' data:; connect-src *; font-src data:;" />
<title>
{{ .Page.Title }} | {{ $.Site.Title }}
......
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