We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d188b commit 6e7621dCopy full SHA for 6e7621d
src/pages/visit.astro
@@ -19,7 +19,6 @@ const { t } = useI18n(Astro.url.pathname)
19
<iframe
20
title={t('visit.info.mapPlaceholder')}
21
class="block h-full min-h-[450px] w-full border-0"
22
- sandbox="allow-scripts"
23
referrerpolicy="no-referrer-when-downgrade"
24
src="https://www.openstreetmap.org/export/embed.html?bbox=121.605%2C25.038%2C121.618%2C25.045&layer=mapnik&marker=25.041528%2C121.611472"
25
loading="lazy"></iframe>
0 commit comments