From d6dc31f7b93092a4ab7c6481ee9eb08f16984ee1 Mon Sep 17 00:00:00 2001 From: jackson-jpeg Date: Thu, 12 Mar 2026 04:27:01 +0000 Subject: [PATCH] fix: allow framing from sang3r.com --- next.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/next.config.js b/next.config.js index 4d9aa7fb..4f2e9392 100644 --- a/next.config.js +++ b/next.config.js @@ -28,8 +28,8 @@ const nextConfig = { source: '/:path*', headers: [ { - key: 'X-Frame-Options', - value: 'DENY', + key: 'Content-Security-Policy', + value: "frame-ancestors 'self' https://sang3r.com https://www.sang3r.com", }, { key: 'X-Content-Type-Options',