Put CSP in to headers and not Meta tags
This commit is contained in:
+2
-2
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user