[GH-ISSUE #14376] bug: over-sharing with search engine #17226

Closed
opened 2026-04-19 22:56:19 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @sempervictus on GitHub (May 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14376

Check Existing Issues

  • I have searched the existing issues and discussions.

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

Originally created by @sempervictus on GitHub (May 27, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/14376 ### Check Existing Issues - [x] I have searched the existing issues and discussions. ### 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_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#17226