fix(deploy): brand-guard compat + db_reachable med RDS SSL + first-deploy SSL

This commit is contained in:
Sven (AAMOS AI)
2026-08-12 04:22:24 +07:00
parent 659d0f9290
commit c5a8530fbf
2 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ function requestOnce(input: string | URL | Request, init: RequestInit | undefine
headers["content-length"] = String(Buffer.byteLength(postData));
}
if (!headers["user-agent"]) {
headers["user-agent"] = "Mozilla/5.0 (compatible; Cibello/1.0)";
headers["user-agent"] = "Mozilla/5.0 (compatible; AAMOS-Gateway/1.0)";
}
const req = httpMod.request(