fix: harden HTTP trust boundaries (#1316)

This commit is contained in:
ZacharyZcR
2026-08-24 07:52:31 +08:00
committed by GitHub
parent c4c9b51294
commit 30d72554fc
23 changed files with 167 additions and 62 deletions
+1
View File
@@ -15,6 +15,7 @@ import {
import { DataCrypto } from "../utils/data-crypto.js";
const app = express();
app.set("trust proxy", "loopback");
const authManager = AuthManager.getInstance();
const serverStartTime = Date.now();