about summary refs log tree commit diff stats
path: root/templates/base.html
diff options
context:
space:
mode:
authorAlan Pearce2024-05-29 16:22:17 +0200
committerAlan Pearce2024-05-29 16:22:17 +0200
commit14ad9250cf52b005ff17e0d9971c4087ddb6718d (patch)
tree7e5d3dc7b76bf94faaadb6785c0d456d5e118f07 /templates/base.html
parent8a7b1b9d08bf9131801db383df88720c7500f648 (diff)
downloadzola-bearblog-14ad9250cf52b005ff17e0d9971c4087ddb6718d.tar.lz
zola-bearblog-14ad9250cf52b005ff17e0d9971c4087ddb6718d.tar.zst
zola-bearblog-14ad9250cf52b005ff17e0d9971c4087ddb6718d.zip
update referrer meta header to match Netlify header
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index a2c5187..6a20cb9 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -9,7 +9,7 @@
   {% include "favicon.html" ignore missing -%}
   <title>{%- block title %}{{ config.title }}{%- endblock %}</title>
   {% include "seo_tags.html" ignore missing -%}
-  <meta name="referrer" content="no-referrer-when-downgrade">
+  <meta name="referrer" content="strict-origin-when-cross-origin">
   {%- if config.generate_feed %}
   {% block rss -%}
   <link rel="alternate" type={% if config.feed_filename == "atom.xml" %}"application/atom+xml"{% else %}"application/rss+xml"{% endif %} title="{{ config.title }}" href="{{ get_url(path=config.feed_filename) | safe }}">