From f0349206a54fac20006e2e635f5cde42976ce30b Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Sun, 23 Nov 2025 14:40:31 -0800 Subject: [PATCH] add youtube embed referrerpolicy --- src/components/youtube.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/youtube.astro b/src/components/youtube.astro index 0bc9eb6..636a835 100644 --- a/src/components/youtube.astro +++ b/src/components/youtube.astro @@ -16,6 +16,7 @@ const videoID = url.searchParams.get("v"); title={title} loading="lazy" allow="fullscreen" + referrerpolicy="strict-origin-when-cross-origin" >