Skip to content

fix: Update QRDialog title to include escape and sanitize options#2633

Merged
susnux merged 1 commit intomainfrom
fix/qr-dialog-escape
Mar 11, 2025
Merged

fix: Update QRDialog title to include escape and sanitize options#2633
susnux merged 1 commit intomainfrom
fix/qr-dialog-escape

Conversation

@Chartman123
Copy link
Copy Markdown
Collaborator

This fixes #2619 by adding the options escape: false and sanitize: false to the translation functions. The returned string will be escaped and sanitized in the Vue component so this shouldn't be a security problem.

Signed-off-by: Christian Hartmann chris-hartmann@gmx.de

Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
@Chartman123 Chartman123 requested a review from susnux March 10, 2025 21:02
@Chartman123 Chartman123 added the bug Something isn't working label Mar 10, 2025
@Chartman123 Chartman123 self-assigned this Mar 10, 2025
@Chartman123 Chartman123 added javascript Javascript related ticket 3. to review Waiting for reviews labels Mar 10, 2025
@Chartman123
Copy link
Copy Markdown
Collaborator Author

/backport to stable4

@backportbot backportbot Bot added the backport-request Pending backport by the backport-bot label Mar 10, 2025
@Chartman123 Chartman123 changed the title Fix: Update QRDialog title to include escape and sanitize options fix: Update QRDialog title to include escape and sanitize options Mar 10, 2025
@susnux susnux merged commit c2b0de7 into main Mar 11, 2025
47 checks passed
@susnux susnux deleted the fix/qr-dialog-escape branch March 11, 2025 08:57
@backportbot backportbot Bot removed the backport-request Pending backport by the backport-bot label Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews bug Something isn't working javascript Javascript related ticket

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wrong encoding in QR code title : special chars are encoded (htmlentities)

3 participants