aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fatcat_scholar/templates/base.html3
1 files changed, 2 insertions, 1 deletions
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 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="referrer" content="origin-when-cross-origin">
+ {# the 'no-referrer' here is for old browsers #}
+ <meta name="referrer" content="no-referrer, strict-origin-when-cross-origin">
{% if settings.ONION_DOMAIN %}
<meta http-equiv="onion-location" content="//{{ settings.ONION_DOMAIN }}">
{%- endif %}