mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
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 @mgetzflex on GitHub (Feb 24, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21830
Check Existing Issues
Verify Feature Scope
Problem Description
As a SecDevOps engineer looking to harden my instance of Open-WebUi I need the ability to set the
Reporting-Endpointsheader such that I can receive the CSP violation reports directly rather than having to wait on users to report themDesired Solution you'd like
Extend #4925 by adding a new handler for
REPORTING_ENDPOINTSenvironment variable. That then sets theReporting-Endpointsheader if set.Alternatives Considered
None.
Additional Context
This is a nice to have, but not critical. It would help get CSPs locked down. It should be quick to implement as it can be completely contained within
backend/open_webui/utils/security_headers.py@tjbck commented on GitHub (Feb 24, 2026):
Addressed in dev.