chore: remove Content-Security-Policy header configuration

This commit is contained in:
Hördle Bot
2025-11-25 22:31:13 +01:00
parent ffb7be602f
commit a5cbbffc20

View File

@@ -15,15 +15,6 @@ const nextConfig: NextConfig = {
}, },
async headers() { async headers() {
return [ return [
{
source: '/:path*',
headers: [
{
key: 'Content-Security-Policy',
value: "script-src 'self' 'unsafe-inline' 'unsafe-eval' https://plausible.elpatron.me; connect-src 'self' https://plausible.elpatron.me;",
},
],
},
{ {
source: '/uploads/:path*.mp3', source: '/uploads/:path*.mp3',
headers: [ headers: [