Add HTTP security headers and CORS defaults

This commit is contained in:
Tor Matz Andrén
2026-05-14 16:38:42 +02:00
parent 41f5a80ffb
commit f9e4cf5d07
6 changed files with 49 additions and 2 deletions
+2 -1
View File
@@ -34,6 +34,7 @@
"dependencies": {
"@nestjs/throttler": "^6.5.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.15.1"
"class-validator": "^0.15.1",
"helmet": "^8.1.0"
}
}