mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #22224] issue:bug when filtering the web search #58334
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nsfregola-maker on GitHub (Mar 4, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22224
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.8.8
Ollama Version (if applicable)
0.11.2
Operating System
macOS Sequoia
Browser (if applicable)
chrome
Confirmation
README.md.Expected Behavior
Filtered domains for web search should allow a web search only in those sites when signaled.
Actual Behavior
If filtered domains are listed, the web search isn't performed and the error shown is "An error occurred while searching the web" in the interface
Steps to Reproduce
Admin > Web Search > list some domain in Domain filters list
Then activate the web search in a chat and see what happens
Logs & Screenshots
Additional Information
No response
@pr-validator-bot commented on GitHub (Mar 4, 2026):
⚠️ Invalid Issue Title
Hey @nsfregola-maker, please provide a descriptive title for your issue. Titles that are empty, very short (under 10 characters), or generic (like "issue:" or "feat:") make it difficult for volunteer contributors to understand and triage issues.
Please update the title to reflect the content of your issue.
⚠️ Missing Issue Title Prefix
@nsfregola-maker, your issue title is missing a prefix (e.g.,
bug:,feat:,docs:).Please update your issue title to include one of the following prefixes:
Example:
bug: Login fails when using special characters in password@Classic298 commented on GitHub (Mar 4, 2026):
@nsfregola-maker there is a misunderstanding.
As per the docs, this is a FILTER list, not an allowlist
essentially: the domains you enter get FILTERED and are NOT fetched.
This is a security feature to prevent SSRF attacks.
Making this filter allow-list based (as you want it to: only search on rottentomatoes) would benefit you, but would destroy 99.999% of deployments out there that rely on this being a blocklist.
Also, you can't really use an allowlist for this anyways, since we are talking about the internet.
You can't make an allowlist for the internet
@Classic298 commented on GitHub (Mar 4, 2026):
https://docs.openwebui.com/reference/env-configuration#web_fetch_filter_list