mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #11757] feat: Adding a toggle to disable youtube request in web search #16348
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 @gitsang on GitHub (Mar 17, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11757
Check Existing Issues
Problem Description
I noticed that even if I set SearXNG as my search engine, Open-Webui still makes requests to
https://www.youtube.com. I believe these requests should not be necessary.For example, in an isolated network environment, it may fail to request and keep retrying, slowing down my overall query time; Or I just don't want my queries to be tracked. I hope all my queries are requested by SearXNG rather than partially by Open-Webui. For whatever reason, I would like a toggle to turn off these requests.
Desired Solution you'd like
Adding a toggle to disable youtube request in web search
Alternatives Considered
No response
Additional Context
No response
@Classic298 commented on GitHub (Mar 17, 2025):
I believe you can filter youtube.com using the domain filter list as to not access those domains.
Did you close your issue again, because this was sufficient as a solution to you?
@gitsang commented on GitHub (Mar 18, 2025):
Yes, I use filter now, thx.