mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #16161] issue: User can load websites even with settings disabled #56474
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 @frenzybiscuit on GitHub (Jul 30, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16161
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.18
Ollama Version (if applicable)
Not using ollama
Operating System
Debian 12
Browser (if applicable)
Firefox
Confirmation
README.md.Expected Behavior
Websites should not load
Actual Behavior
Websites load.
Steps to Reproduce
.
Logs & Screenshots
MISC INFO:
OpenWebUI is setup in docker with open-webui:main
Using a postgresql+pgvector database.
ENABLE_RAG_WEB_SEARCH=false
ENABLE_WEB_SEARCH=false
Using #https://ipchicken.com in chat with the query "What is my IP address" reveals the backend IP.
model:
documents:
web search:
permissions:
permissions:
Additional Information
No response
@flefevre commented on GitHub (Jul 30, 2025):
What is the difference between
ENABLE_RAG_WEB_SEARCH=false
ENABLE_WEB_SEARCH=false
Is it correlated with Feature Request: Add "Safe Web Search" Mode (No Vector KB, No Memory, Manual Query Approval) #15926
Thanks in advance for the explanation
@frenzybiscuit commented on GitHub (Jul 30, 2025):
There is a workaround for this.
Enable playright as the website loader. DO NOT FILL OUT THE FORMS. save.
Now it errors out for users when they try to load websites.
@tjbck commented on GitHub (Jul 31, 2025):
#is not a "web search", and is considered as file attachment.@frenzybiscuit commented on GitHub (Jul 31, 2025):
Users are able to load websites from the backend server using # with the URL, including websites that can be used to locate the IP address of the backend OWUI server.
Is this expected behavior?
@Classic298 commented on GitHub (Jul 31, 2025):
Yes