Added random server header and changed behavior of SERVER_HEADER env var

This commit is contained in:
Leonardo Bambini
2025-12-29 18:55:44 +01:00
parent c2c43ac985
commit a9808599dc
2 changed files with 9 additions and 1 deletions

View File

@@ -193,5 +193,13 @@
500,
502,
503
],
"server_headers": [
"Apache/2.4.41 (Ubuntu)",
"nginx/1.18.0",
"Microsoft-IIS/10.0",
"cloudflare",
"AmazonS3",
"gunicorn/20.1.0"
]
}