mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #14376] bug: over-sharing with search engine #32755
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 @sempervictus on GitHub (May 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14376
Check Existing Issues
Problem Description
OpenWebUI submits entire user query to searxng without consideration for size of request or sensitive content therein.
Desired Solution you'd like
Logical pre-filtering of web request using the task model to search for key terms vs the entire text and sanitize the more obvious data leaks (PASSWORD=...)
Alternatives Considered
No response
Additional Context
No response