mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
security: ability to disable user webhooks #4402
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 @konfusee on GitHub (Mar 12, 2025).
Originally assigned to: @tjbck on GitHub.
Check Existing Issues
Problem Description
Allowing user-defined webhooks introduces a security vulnerability. This occurs because webhook requests are initiated directly from the server hosting the open-webui backend.
Impact:
Desired Solution you'd like
Having a switch inside the admin panel, or a environment variable that will block the sending of webhooks
Or at least only allow well known webhooks urls
Alternatives Considered
No response
Additional Context
No response
@tjbck commented on GitHub (Mar 31, 2025):
Addressed with
33f93371dc