mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
fix: url sanitization
This commit is contained in:
parent
1ac80e4d20
commit
7d88264b43
@ -21,7 +21,6 @@ export function readUrl(url: string, withAllLinks?: boolean, tracker?: TokenTrac
|
||||
'Content-Type': 'application/json',
|
||||
'X-Retain-Images': 'none',
|
||||
'X-Md-Link-Style': 'discarded',
|
||||
'X-Engine': 'direct'
|
||||
};
|
||||
if (withAllLinks) {
|
||||
headers['X-With-Links-Summary'] = 'all'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user