Files
synapse/changelog.d/19741.misc
T
Noah Markert 003febe399 Add tests to ensure that email notification links are sanitized (#19741)
Fix #2860

Also cleans up comments around plans to define `ALLOWED_SCHEMES` as we can rely on Bleach's `ALLOWED_PROTOCOLS` defaults (`http`, `https`  and `mailto`).
2026-06-03 17:36:58 -05:00

2 lines
96 B
Plaintext

Added tests to ensure that email notification links are sanitized. Contributed by Noah Markert.