Original PR: https://github.com/dani-garcia/vaultwarden/pull/599 Author: @vplme Created: 9/2/2019 Status: ✅ Merged Merged: 9/3/2019 Merged by: @dani-garcia
Base: master ← Head: cors
master
cors
16d8840
5a2f968
2 files changed (+49 additions, -1 deletions)
📝 src/main.rs (+2 -1) 📝 src/util.rs (+47 -0)
src/main.rs
src/util.rs
Added a Fairing to send Cors headers back for preflight requests.
Fixes #595
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/599
Author: @vplme
Created: 9/2/2019
Status: ✅ Merged
Merged: 9/3/2019
Merged by: @dani-garcia
Base:
master← Head:cors📝 Commits (2)
16d8840Initial version of CORS support5a2f968Set correct response headers, status code📊 Changes
2 files changed (+49 additions, -1 deletions)
View changed files
📝
src/main.rs(+2 -1)📝
src/util.rs(+47 -0)📄 Description
Added a Fairing to send Cors headers back for preflight requests.
Fixes #595
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.