fix: header injection, api timeout, nginx duplicate + bump 0.5.21

- server.js: санитизация filename в /export (header injection)
- ui/api-client.js: req.setTimeout(15000) + try/catch JSON.parse
- docs/devops-deploy.md: убран дубль X-Forwarded-Proto
This commit is contained in:
2026-06-04 15:41:03 +03:00
parent 99796202cb
commit 58e34042de
5 changed files with 173 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ipwhitelist",
"version": "0.5.20",
"version": "0.5.21",
"description": "IP WhiteList microservice for cloud provider",
"main": "server.js",
"scripts": {