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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
main← Head:feature/mask-smtp-img-src📝 Commits (1)
a99fcdcfeat: 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:
P.S.:
domainis 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.