feat: helmet (security headers) + rate-limit (30/min mutations, 20/min export)

This commit is contained in:
2026-05-30 13:22:54 +03:00
parent c319e76c74
commit 2332827326
3 changed files with 75 additions and 5 deletions
+2
View File
@@ -12,6 +12,8 @@
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"express": "^4.21.1",
"express-rate-limit": "^8.5.2",
"helmet": "^8.2.0",
"jsonwebtoken": "^9.0.3",
"pg": "^8.13.1"
}