fix(security): block private-network web_search citation redirects

This commit is contained in:
Peter Steinberger
2026-03-02 01:05:05 +00:00
parent e1a9ba8400
commit 085c23ce5a
4 changed files with 3 additions and 3 deletions

View File

@@ -721,7 +721,6 @@ async function resolveRedirectUrl(url: string): Promise<string> {
url,
init: { method: "HEAD" },
timeoutMs: REDIRECT_TIMEOUT_MS,
policy: WEB_TOOLS_TRUSTED_NETWORK_SSRF_POLICY,
},
async ({ finalUrl }) => finalUrl || url,
);