fix(deploy): brand-guard compat + db_reachable med RDS SSL + first-deploy SSL
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user