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',