From c076518d76486910029b7b5fbb6700c09875613d Mon Sep 17 00:00:00 2001 From: Daniel Aleksandersen Date: Thu, 14 Apr 2022 13:02:21 +0200 Subject: [PATCH] Set Referrer-Policy to same-origin Remove the Referer (sic) HTTP request header from external requests (e.g. to the image CDNs). The charset directive must be included in the first TCP packet. It should be set at the very top of the document. Grouping document mode metas and descriptive metadata in separate groups. --- maloja/web/jinja/abstracts/base.jinja | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/maloja/web/jinja/abstracts/base.jinja b/maloja/web/jinja/abstracts/base.jinja index 29cb70d..8e1645c 100644 --- a/maloja/web/jinja/abstracts/base.jinja +++ b/maloja/web/jinja/abstracts/base.jinja @@ -3,8 +3,10 @@ - {% block title %}{% endblock %} + + + {% block title %}{% endblock %}