mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 15:01:41 +03: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