From 538ca35c24176fc7837a85c28ffb406c8050b013 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Sep 2021 18:31:49 -0700 Subject: HTML: more strict referrer policy --- fatcat_scholar/templates/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fatcat_scholar/templates') diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index 8167c86..1bd7b9e 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -3,7 +3,8 @@ - + {# the 'no-referrer' here is for old browsers #} + {% if settings.ONION_DOMAIN %} {%- endif %} -- cgit v1.2.3