[PR #2218] [MERGED] Add support for legacy HTTP 301/302 redirects for external icons #6712

Closed
opened 2026-03-07 21:03:35 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/2218
Author: @jjlin
Created: 1/9/2022
Status: Merged
Merged: 1/23/2022
Merged by: @dani-garcia

Base: mainHead: icons


📝 Commits (1)

  • a16c656 Add support for legacy HTTP 301/302 redirects for external icons

📊 Changes

3 files changed (+13 additions, -9 deletions)

View changed files

📝 .env.template (+4 -3)
📝 src/api/icons.rs (+3 -1)
📝 src/config.rs (+6 -5)

📄 Description

At least on Android, it seems the Bitwarden mobile client responds to
HTTP 307, but not to HTTP 308 for some reason.


🔄 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/2218 **Author:** [@jjlin](https://github.com/jjlin) **Created:** 1/9/2022 **Status:** ✅ Merged **Merged:** 1/23/2022 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `icons` --- ### 📝 Commits (1) - [`a16c656`](https://github.com/dani-garcia/vaultwarden/commit/a16c65677006f1b7b50d508a173a71d94bbf8753) Add support for legacy HTTP 301/302 redirects for external icons ### 📊 Changes **3 files changed** (+13 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.env.template` (+4 -3) 📝 `src/api/icons.rs` (+3 -1) 📝 `src/config.rs` (+6 -5) </details> ### 📄 Description At least on Android, it seems the Bitwarden mobile client responds to HTTP 307, but not to HTTP 308 for some reason. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 21:03:35 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#6712