mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-12 01:45:56 -05:00
[PR #2218] [MERGED] Add support for legacy HTTP 301/302 redirects for external icons #6712
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/2218
Author: @jjlin
Created: 1/9/2022
Status: ✅ Merged
Merged: 1/23/2022
Merged by: @dani-garcia
Base:
main← Head:icons📝 Commits (1)
a16c656Add 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.