From d69e95a01c254ed616b0c4e5a1f8bfdcec7b00fe Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 2 Sep 2023 10:38:26 +0200 Subject: Add content-security-policy header-equivalent meta tag --- templates/base.html | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 4ba8442..02fdfe6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,7 @@ + {% include "security_tags.html" ignore missing %} {% include "favicon.html" ignore missing -%} -- cgit 1.4.1