From e34e3e8c08c50b5ad33976e45eaacb52e3a01834 Mon Sep 17 00:00:00 2001 From: Michel Brodatzki <michel.brodatzki@student.kit.edu> Date: Mon, 19 Aug 2024 20:54:52 +0000 Subject: [PATCH] Fix CSP header, part 2 --- themes/fsetit/layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/fsetit/layouts/partials/head.html b/themes/fsetit/layouts/partials/head.html index 9036d40..28dbcb0 100644 --- a/themes/fsetit/layouts/partials/head.html +++ b/themes/fsetit/layouts/partials/head.html @@ -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 }}'; img-src 'self' data:; connect-src *; font-src data:;" /> +<meta http-equiv="Content-Security-Policy" content="default-src 'self' 'nonce-{{ hugo.Version | base64Encode }}'; img-src 'self' data:; connect-src *; font-src data:;" /> <title> {{ .Page.Title }} | {{ $.Site.Title }} -- GitLab