mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-16 08:54:01 -05:00
[PR #6920] [MERGED] Support new desktop origin on CORS #12732
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/dani-garcia/vaultwarden/pull/6920
Author: @dani-garcia
Created: 3/9/2026
Status: ✅ Merged
Merged: 3/9/2026
Merged by: @dani-garcia
Base:
main← Head:desktop-cors-support📝 Commits (1)
05facdfSupport new desktop origin on CORS📊 Changes
1 file changed (+2 additions, -0 deletions)
View changed files
📝
src/util.rs(+2 -0)📄 Description
The desktop app is moving to a new custom file scheme in a couple of versions, following electron's security guidance.
To ensure the app keeps working, the server needs to be properly configured to support CORS, here's the upstream change.
The desktop app change is still not ready, but I want to make sure that we have this ready so that the app doesn't break.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.