From ffb7be602fce917ea3b38b674a39a6919107861d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=B6rdle=20Bot?= Date: Tue, 25 Nov 2025 22:19:34 +0100 Subject: [PATCH] feat: Add Content Security Policy header and move Plausible script to HTML head with `beforeInteractive` strategy. --- app/layout.tsx | 6 ++++-- next.config.ts | 9 +++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 366a4bd..e33f83e 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -35,13 +35,15 @@ export default function RootLayout({ }>) { return ( - +