From c07f8433dc8fc7e11760464270c8e7a33045e7b0 Mon Sep 17 00:00:00 2001 From: Jonathon Wright Date: Tue, 18 Aug 2026 01:36:33 +1000 Subject: [PATCH] revert the homepage JSON-LD: application/ld+json is still an inline script under script-src 'self', and the no-inline-script posture is worth more than the structured data --- src/layouts/Layout.astro | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index d022109..0d9d83f 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -53,26 +53,6 @@ const ogImage = new URL(site.ogImage, site.url).href; - {path === "/" && ( -