Put CSP in to headers and not Meta tags

This commit is contained in:
2025-04-14 15:00:14 +01:00
parent 6543161bad
commit 8f9652003e
4 changed files with 92 additions and 6 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
"dev:app": "node ./server/server.js",
"build": "NODE_ENV=production node_modules/next/dist/bin/next build",
"start2": "NODE_ENV=production node ./server/server.js",
"start": "node_modules/next/dist/bin/next start",
"start": "NODE_ENV=production node_modules/next/dist/bin/next start",
"lint": "next lint"
},
"browser": {
@@ -104,4 +104,4 @@
"eslint-plugin-jsdoc": "^48.2.3",
"prisma": "^5.0.0"
}
}
}