Add referrer meta tag to fix OSM tile 403 errors

OSM tile servers require a Referer header. Cloudflare appears to be
stripping the Referrer-Policy HTTP header, so add a meta tag that
the browser will always respect.
This commit is contained in:
Graham McIntire 2026-03-22 16:34:27 -05:00
parent 95aedacf53
commit 4847def0d8
No known key found for this signature in database

View file

@ -12,6 +12,7 @@
<meta name="mobile-web-app-capable" content="yes" />
<meta name="theme-color" content="#6366f1" />
<meta name="format-detection" content="telephone=no" />
<meta name="referrer" content="origin" />
<script>
(function() {
try {