🔒️(frontend) fix an XSS vulnerability on the recording page

An XSS vulnerability was identified by an open-source contributor. While the
impact was limited, only a room owner could inject the content and then view the
recording page, it is important to address, especially before introducing
multi-owner support.
This commit is contained in:
lebaudantoine
2026-01-27 12:21:37 +01:00
committed by aleb_the_flash
parent 60d1338eff
commit 8f710a4626
6 changed files with 14 additions and 12 deletions

View File

@@ -8,6 +8,10 @@ and this project adheres to
## [Unreleased]
### Fixed
- 🔒️(frontend) fix an XSS vulnerability on the recording page #911
## [1.4.0] - 2026-01-25
### Added