Add referrer meta tag to index.html

Add the referrer meta tag to prevent errors when downloading map tiles.
This commit is contained in:
Stève Oriol
2026-06-04 17:16:18 +02:00
committed by GitHub
parent 24a28abedc
commit ee01f0c7fa
+1
View File
@@ -5,6 +5,7 @@
<title>GeoJSON track</title>
<meta name="viewport" content="width=device-width, height=device-height, user-scalable=no, initial-scale=1.0" />
<meta name="referrer" content="origin">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="../static/recorder.png">