From: Cameron Otsuka Date: Sun, 23 Nov 2025 22:40:31 +0000 (-0800) Subject: add youtube embed referrerpolicy X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=f0349206a54fac20006e2e635f5cde42976ce30b;p=cotsuka.github.io add youtube embed referrerpolicy --- 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" >