[PR #631] [MERGED] Use Access-Control-Allow-Method #2764

Closed
opened 2026-03-03 08:52:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/631
Author: @vplme
Created: 9/23/2019
Status: Merged
Merged: 9/23/2019
Merged by: @dani-garcia

Base: masterHead: cors-put


📝 Commits (1)

  • 56f12dc Use Access-Control-Allow-Method

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 src/util.rs (+3 -3)

📄 Description

  • It's not Access-Control-Allow-Methods but Access-Control-Allow-Method where the value is the HTTP method that caused the preflight request.
  • Changed the name to something shorter since it appears in the logging.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/631 **Author:** [@vplme](https://github.com/vplme) **Created:** 9/23/2019 **Status:** ✅ Merged **Merged:** 9/23/2019 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `master` ← **Head:** `cors-put` --- ### 📝 Commits (1) - [`56f12dc`](https://github.com/dani-garcia/vaultwarden/commit/56f12dc982091972fbfb21dbf4c6fbf7574396ed) Use Access-Control-Allow-Method ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/util.rs` (+3 -3) </details> ### 📄 Description - It's not `Access-Control-Allow-Methods` but `Access-Control-Allow-Method` where the value is the HTTP method that caused the preflight request. - Changed the name to something shorter since it appears in the logging. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 08:52:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#2764
No description provided.