fix: remove trailing whitespace
This commit is contained in:
parent
8bc6ffd6a2
commit
a784fd3cdd
@ -539,12 +539,12 @@ async function runWebFetch(params: WebFetchRuntimeParams): Promise<Record<string
|
||||
let res: Response;
|
||||
let release: (() => Promise<void>) | null = null;
|
||||
let finalUrl = params.url;
|
||||
|
||||
|
||||
// Build SSRF policy from config
|
||||
const policy = params.ssrfPolicy?.allowRfc2544BenchmarkRange
|
||||
? { allowRfc2544BenchmarkRange: true }
|
||||
: undefined;
|
||||
|
||||
|
||||
try {
|
||||
const result = await fetchWithWebToolsNetworkGuard({
|
||||
url: params.url,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user