mirror of
https://github.com/open-webui/docs.git
synced 2026-07-19 05:06:11 -04:00
issue: Websearch in Model Configuration overridden by User-Settings #99
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 @Maximilian-Pichler on GitHub (Sep 2, 2025).
Description:
We have encountered an issue related to model configuration and tool access permissions.
Steps to Reproduce:
Issue:
If a user sets the user-setting to "always use websearch," this setting overrides model-specific tool restrictions. As a result, Websearch is used even with custom models that should not have access to this tool. This poses a potential security risk, as internal documents could be exposed to third parties via the websearch API.
Expected Behavior:
Model-level restrictions on tool access (such as Websearch) should not be bypassed by global user settings.
Actual Behavior:
Global "always use websearch" setting overrides the custom model's configuration, enabling Websearch where it should be explicitly disabled.
Impact:
This creates a security concern in our environment, as it may lead to unintended exposure of sensitive internal data.
Notes:
It's unclear if this behavior is intentional, but it was unexpected from our point of view.