mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[GH-ISSUE #20186] issue: WEB_SEARCH_DOMAIN_FILTER_LIST cannot be specified via an environment variable. #57782
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 @leagueofsoups on GitHub (Dec 26, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20186
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.43
Ollama Version (if applicable)
No response
Operating System
Ubuntu 22.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
WEB_SEARCH_DOMAIN_FILTER_LIST can be specified via an environment variable
Actual Behavior
WEB_SEARCH_DOMAIN_FILTER_LIST cannot be specified via an environment variable
Steps to Reproduce
https://github.com/open-webui/open-webui/blob/v0.6.43/backend/open_webui/config.py#L2983-L2992
I think os.getenv is missing here.
https://docs.openwebui.com/getting-started/env-configuration/#web_search_domain_filter_list
Logs & Screenshots
Additional Information
No response
@owui-terminator[bot] commented on GitHub (Dec 26, 2025):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#19877 issue:
by dotmobo • Dec 11, 2025 •
bug#20046 issue:
by pierrelouisbescond • Dec 19, 2025 •
bug#19861 issue:
by QuitHub • Dec 10, 2025 •
bug#20092 issue:
by VideoRyan • Dec 22, 2025 •
bug#19777 issue:
by Yaute7 • Dec 05, 2025 •
bugShow 5 more related issues
#20019 issue:
by j63440490 • Dec 17, 2025 •
bug#19864 issue:
by Haervwe • Dec 10, 2025 •
bug#20155 issue:
by dhaern • Dec 24, 2025 •
bug#19563 issue:
by naruto7g • Nov 28, 2025 •
bug#19211 issue:
by Byrnes9 • Nov 16, 2025 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@Classic298 commented on GitHub (Dec 26, 2025):
It's a persistent config variable as per the docs.
@leagueofsoups commented on GitHub (Dec 26, 2025):
@Classic298 commented on GitHub (Dec 26, 2025):
Why should it be removed? Then we would have to remove (idk) 80% of environment variables just because they are persistent config? On the very very very top of the page there is a nice and easy to understand description/explanation of persistent config. Read it and then go to the admin panel and configure it there.
@leagueofsoups commented on GitHub (Dec 26, 2025):
Of course, I won't be configuring my environments using buttons and web interfaces. Thanks again, I just wanted fewer of my own patches.
https://12factor.net/
Thank you and welcome.
@Classic298 commented on GitHub (Dec 26, 2025):
@leagueofsoups then turn off persistent config. That's an option too.
https://docs.openwebui.com/getting-started/env-configuration#important-note-on-persistentconfig-environment-variables
As I already recommended: read this! It explains clearly how you can turn off persistent config.