[PR #1009] [MERGED] Don't HTML-escape email subject lines #3564

Open
opened 2025-10-09 18:25:45 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/1009
Author: @jjlin
Created: 5/30/2020
Status: Merged
Merged: 5/31/2020
Merged by: @dani-garcia

Base: masterHead: email-subject


📝 Commits (1)

  • a447e4e Don't HTML-escape email subject lines

📊 Changes

8 files changed (+8 additions, -8 deletions)

View changed files

📝 src/static/templates/email/invite_accepted.hbs (+1 -1)
📝 src/static/templates/email/invite_accepted.html.hbs (+1 -1)
📝 src/static/templates/email/invite_confirmed.hbs (+1 -1)
📝 src/static/templates/email/invite_confirmed.html.hbs (+1 -1)
📝 src/static/templates/email/new_device_logged_in.hbs (+1 -1)
📝 src/static/templates/email/new_device_logged_in.html.hbs (+1 -1)
📝 src/static/templates/email/send_org_invite.hbs (+1 -1)
📝 src/static/templates/email/send_org_invite.html.hbs (+1 -1)

📄 Description

For example, this causes org names like X&Y to appear as X&Y.


🔄 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/1009 **Author:** [@jjlin](https://github.com/jjlin) **Created:** 5/30/2020 **Status:** ✅ Merged **Merged:** 5/31/2020 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `master` ← **Head:** `email-subject` --- ### 📝 Commits (1) - [`a447e4e`](https://github.com/dani-garcia/vaultwarden/commit/a447e4e7efba3089525dad45d8ee9f7fe2a2b1dc) Don't HTML-escape email subject lines ### 📊 Changes **8 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `src/static/templates/email/invite_accepted.hbs` (+1 -1) 📝 `src/static/templates/email/invite_accepted.html.hbs` (+1 -1) 📝 `src/static/templates/email/invite_confirmed.hbs` (+1 -1) 📝 `src/static/templates/email/invite_confirmed.html.hbs` (+1 -1) 📝 `src/static/templates/email/new_device_logged_in.hbs` (+1 -1) 📝 `src/static/templates/email/new_device_logged_in.html.hbs` (+1 -1) 📝 `src/static/templates/email/send_org_invite.hbs` (+1 -1) 📝 `src/static/templates/email/send_org_invite.html.hbs` (+1 -1) </details> ### 📄 Description For example, this causes org names like `X&Y` to appear as `X&amp;Y`. --- <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 2025-10-09 18:25:45 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3564