feat: add helmet middleware for security and implement Content Security Policy in Next.js configuration

This commit is contained in:
Nils-Johan Gynther
2026-04-21 07:44:04 +02:00
parent eb7adda612
commit c1d51c771e
3 changed files with 50 additions and 1 deletions
+2 -1
View File
@@ -30,7 +30,8 @@
"rxjs": "^7.8.1",
"sharp": "^0.33.5",
"tesseract.js": "^6.0.1",
"uuid": "^11.1.0"
"uuid": "^11.1.0",
"helmet": "^8.0.0"
},
"devDependencies": {
"@nestjs/cli": "^10.3.0",