[PR #413] [MERGED] feat: Added description for RAG_WEB_SEARCH_TRUST_ENV in env-configuration.md #490

Closed
opened 2026-02-15 17:17:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/413
Author: @harryzhou2000
Created: 2/21/2025
Status: Merged
Merged: 3/15/2025
Merged by: @tjbck

Base: mainHead: main


📝 Commits (1)

  • 9429cd9 feat: Added description for RAG_WEB_SEARCH_TRUST_ENV in env-configuration.md

📊 Changes

1 file changed (+7 additions, -0 deletions)

View changed files

📝 docs/getting-started/env-configuration.md (+7 -0)

📄 Description

Environment variable RAG_WEB_SEARCH_TRUST_ENV was added during web search content fetching update in 0.5.13 (Asynchronous Web Search, commit d3f71930f0a129ed7bade3c9cd5c8ed39a67826f).

Updating to 0.5.13 would make users relying on http proxy for web search before fail to fetch web page content through the proxy designated by http_proxy and https_proxy.

Adding this entry to the document would help these users.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/docs/pull/413 **Author:** [@harryzhou2000](https://github.com/harryzhou2000) **Created:** 2/21/2025 **Status:** ✅ Merged **Merged:** 3/15/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`9429cd9`](https://github.com/open-webui/docs/commit/9429cd970fca83e8029e1815a448226674addc85) feat: Added description for RAG_WEB_SEARCH_TRUST_ENV in env-configuration.md ### 📊 Changes **1 file changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/getting-started/env-configuration.md` (+7 -0) </details> ### 📄 Description Environment variable RAG_WEB_SEARCH_TRUST_ENV was added during web search content fetching update in `0.5.13` (Asynchronous Web Search, [commit `d3f71930f0a129ed7bade3c9cd5c8ed39a67826f`](https://github.com/open-webui/open-webui/commit/d3f71930f0a129ed7bade3c9cd5c8ed39a67826f)). Updating to `0.5.13` would make users relying on http proxy for web search before fail to fetch web page content through the proxy designated by `http_proxy` and `https_proxy`. Adding this entry to the document would help these users. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:17:15 -05:00
yindo closed this issue 2026-02-15 17:17:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#490