mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[PR #18203] [CLOSED] fix: update backend CORS middleware to dynamic origin for credentials… #47749
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/18203
Author: @KiruthikaSelvaraj1
Created: 10/10/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
dbcd96efix: update backend CORS middleware to dynamic origin for credentials support📊 Changes
13 files changed (+417 additions, -310 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)➕
TODO.md(+13 -0)📝
backend/open_webui/config.py(+1 -1)📝
backend/open_webui/main.py(+44 -5)📝
backend/start_windows.bat(+6 -46)📝
package-lock.json(+225 -227)📝
package.json(+18 -18)📝
src/lib/components/chat/Chat.svelte(+15 -1)📝
src/lib/components/chat/Messages/Error.svelte(+16 -1)📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+7 -1)📝
src/lib/components/chat/Placeholder/FolderTitle.svelte(+2 -1)📝
src/lib/components/layout/Sidebar.svelte(+63 -9)📝
src/lib/components/layout/Sidebar/RecursiveFolder.svelte(+6 -0)📄 Description
… support
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch. Not targeting thedevbranch may lead to immediate closure of the PR.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.