mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 12:31:23 +00:00
fix: expand SSRF guard coverage
This commit is contained in:
@@ -146,7 +146,7 @@ export async function fetchWithGuard(params: {
|
||||
url: params.url,
|
||||
maxRedirects: params.maxRedirects,
|
||||
timeoutMs: params.timeoutMs,
|
||||
headers: { "User-Agent": "OpenClaw-Gateway/1.0" },
|
||||
init: { headers: { "User-Agent": "OpenClaw-Gateway/1.0" } },
|
||||
});
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user