[PR #3608] [MERGED] Fix send access regression #2964

Closed
opened 2025-10-09 18:14:38 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/3608
Author: @BlackDex
Created: 6/22/2023
Status: Merged
Merged: 6/22/2023
Merged by: @dani-garcia

Base: mainHead: fix-issue-3607


📝 Commits (1)

  • 3c0cac6 Fix send access regression

📊 Changes

1 file changed (+2 additions, -4 deletions)

View changed files

📝 src/api/core/sends.rs (+2 -4)

📄 Description

In a previous commit push notifications for mobile were added, but this introduced a header guard which caused issues with anonymous endpoints.

This PR fixes this by using a uuid with only 0's.

Fixes #3607


🔄 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/3608 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 6/22/2023 **Status:** ✅ Merged **Merged:** 6/22/2023 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `fix-issue-3607` --- ### 📝 Commits (1) - [`3c0cac6`](https://github.com/dani-garcia/vaultwarden/commit/3c0cac623db9aa7bc2b7514524467fc5ae982ab9) Fix send access regression ### 📊 Changes **1 file changed** (+2 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/sends.rs` (+2 -4) </details> ### 📄 Description In a previous commit push notifications for mobile were added, but this introduced a header guard which caused issues with anonymous endpoints. This PR fixes this by using a uuid with only 0's. Fixes #3607 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 18:14:38 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#2964