[GH-ISSUE #16161] issue: User can load websites even with settings disabled #17808

Closed
opened 2026-04-19 23:42:03 -05:00 by GiteaMirror · 5 comments
Owner

Originally created by @frenzybiscuit on GitHub (Jul 30, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16161

Check Existing Issues

  • I have searched the existing issues and discussions.
  • I am using the latest version of Open WebUI.

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

  • I have read and followed all instructions in README.md.
  • I am using the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have provided every relevant configuration, setting, and environment variable used in my setup.
  • I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
  • I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
  • Start with the initial platform/version/OS and dependencies used,
  • Specify exact install/launch/configure commands,
  • List URLs visited, user input (incl. example values/emails/passwords if needed),
  • Describe all options and toggles enabled or changed,
  • Include any files or environmental changes,
  • Identify the expected and actual result at each stage,
  • Ensure any reasonably skilled user can follow and hit the same issue.

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:

Image

documents:

Image

web search:

Image

permissions:

Image

permissions:

Image

Additional Information

No response

Originally created by @frenzybiscuit on GitHub (Jul 30, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/16161 ### Check Existing Issues - [x] I have searched the existing issues and discussions. - [x] I am using the latest version of Open WebUI. ### 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 - [x] I have read and followed all instructions in `README.md`. - [x] I am using the latest version of **both** Open WebUI and Ollama. - [x] I have included the browser console logs. - [x] I have included the Docker container logs. - [x] I have **provided every relevant configuration, setting, and environment variable used in my setup.** - [x] I have clearly **listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup** (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc). - [x] I have documented **step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation**. My steps: - Start with the initial platform/version/OS and dependencies used, - Specify exact install/launch/configure commands, - List URLs visited, user input (incl. example values/emails/passwords if needed), - Describe all options and toggles enabled or changed, - Include any files or environmental changes, - Identify the expected and actual result at each stage, - Ensure any reasonably skilled user can follow and hit the same issue. ### 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: <img width="880" height="131" alt="Image" src="https://github.com/user-attachments/assets/c3b4307f-da7b-4684-a60b-3283a036904f" /> documents: <img width="1610" height="849" alt="Image" src="https://github.com/user-attachments/assets/0c445989-32b5-465c-b5d9-7824d227233d" /> web search: <img width="1610" height="849" alt="Image" src="https://github.com/user-attachments/assets/42816f11-545f-4edd-9d03-19955029bff9" /> permissions: <img width="1610" height="849" alt="Image" src="https://github.com/user-attachments/assets/1a9d8fac-7781-4f18-882b-7a38a4726cf1" /> permissions: <img width="1610" height="849" alt="Image" src="https://github.com/user-attachments/assets/54f0e317-5b33-4fea-971b-396b231144bc" /> ### Additional Information _No response_
GiteaMirror added the bug label 2026-04-19 23:42:03 -05:00
Author
Owner

@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

<!-- gh-comment-id:3137940181 --> @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
Author
Owner

@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.

<!-- gh-comment-id:3138084091 --> @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.
Author
Owner

@tjbck commented on GitHub (Jul 31, 2025):

# is not a "web search", and is considered as file attachment.

<!-- gh-comment-id:3139028716 --> @tjbck commented on GitHub (Jul 31, 2025): `#` is not a "web search", and is considered as file attachment.
Author
Owner

@frenzybiscuit commented on GitHub (Jul 31, 2025):

# is not a "web search", and is considered as file attachment.

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?

<!-- gh-comment-id:3139481344 --> @frenzybiscuit commented on GitHub (Jul 31, 2025): > `#` is not a "web search", and is considered as file attachment. 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?
Author
Owner

@Classic298 commented on GitHub (Jul 31, 2025):

Yes

<!-- gh-comment-id:3141073066 --> @Classic298 commented on GitHub (Jul 31, 2025): Yes
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#17808