[PR #5281] [MERGED] feat: mask _smtp_img_src in support string #3560

Closed
opened 2026-02-05 05:34:18 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/5281
Author: @tessus
Created: 12/12/2024
Status: Merged
Merged: 12/12/2024
Merged by: @BlackDex

Base: mainHead: feature/mask-smtp-img-src


📝 Commits (1)

  • a99fcdc feat: mask _smtp_img_src in support string

📊 Changes

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

View changed files

📝 src/config.rs (+1 -0)

📄 Description

The following item in the support string should be masked as well, because it reveals the domain:

"_smtp_img_src": "https://vault.example.com/vw_static/",

P.S.: domain is masked, so it's kind of strange that it then shows up in _smtp_img_src


🔄 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/5281 **Author:** [@tessus](https://github.com/tessus) **Created:** 12/12/2024 **Status:** ✅ Merged **Merged:** 12/12/2024 **Merged by:** [@BlackDex](https://github.com/BlackDex) **Base:** `main` ← **Head:** `feature/mask-smtp-img-src` --- ### 📝 Commits (1) - [`a99fcdc`](https://github.com/dani-garcia/vaultwarden/commit/a99fcdc1ef6fc8ca00d516a747b3c45523684313) feat: mask _smtp_img_src in support string ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/config.rs` (+1 -0) </details> ### 📄 Description The following item in the support string should be masked as well, because it reveals the domain: ``` "_smtp_img_src": "https://vault.example.com/vw_static/", ``` P.S.: `domain` is masked, so it's kind of strange that it then shows up in `_smtp_img_src` --- <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 2026-02-05 05:34:18 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3560