We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3304ce9 commit 5221b00Copy full SHA for 5221b00
src/layouts/Base.astro
@@ -40,7 +40,7 @@ const { title, description } = Astro.props
40
ad_personalization: 'denied',
41
})
42
43
- gtag('config', 'G-WVR2PT5HNE')
+ gtag('config', 'G-WVR2PT5HNE', { cookie_flags: 'SameSite=None;Secure' })
44
</script>
45
</body>
46
</html>
0 commit comments