[PR #372] [MERGED] Changed the way to fix the href #6359

Closed
opened 2026-03-07 20:57:48 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/372
Author: @BlackDex
Created: 1/29/2019
Status: Merged
Merged: 1/29/2019
Merged by: @dani-garcia

Base: masterHead: better-href-fix


📝 Commits (1)

  • feb74a5 Changed the way to fix the href

📊 Changes

1 file changed (+5 additions, -38 deletions)

View changed files

📝 src/api/icons.rs (+5 -38)

📄 Description

  • Using url from reqwest to fix href, this fixes:
    • "//domain.com/icon.png"
    • "relative/path/to/icon.png"
    • "/absolute/path/to/icon.png"
  • Removed fix_href function
  • Some variable changes

🔄 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/372 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 1/29/2019 **Status:** ✅ Merged **Merged:** 1/29/2019 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `master` ← **Head:** `better-href-fix` --- ### 📝 Commits (1) - [`feb74a5`](https://github.com/dani-garcia/vaultwarden/commit/feb74a5e8635c1fc1b85c5581ae848745789349b) Changed the way to fix the href ### 📊 Changes **1 file changed** (+5 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `src/api/icons.rs` (+5 -38) </details> ### 📄 Description - Using url from reqwest to fix href, this fixes: + "//domain.com/icon.png" + "relative/path/to/icon.png" + "/absolute/path/to/icon.png" - Removed fix_href function - Some variable changes --- <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 20:57:48 -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#6359