mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
Merge pull request #18667 from wangweixuan/fix-7008
fix: use trusted env proxy setting in web search loader
This commit is contained in:
commit
81c530a9c4
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ def get_loader(request, url: str):
|
|||
url,
|
||||
verify_ssl=request.app.state.config.ENABLE_WEB_LOADER_SSL_VERIFICATION,
|
||||
requests_per_second=request.app.state.config.WEB_LOADER_CONCURRENT_REQUESTS,
|
||||
trust_env=request.app.state.config.WEB_SEARCH_TRUST_ENV,
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue