Fix XSS warning by removing HTML from i18n translations#1670
Fix XSS warning by removing HTML from i18n translations#1670marcgc21 merged 2 commits intoruxailab:developfrom
Conversation
Signed-off-by: rahul810050 <rahul810050@gmail.com>
Please update the PR description to address these issues. |
|
Hi @rahul810050! 👋 I noticed the i18n validation is failing because the new translation key needs to be added to all locale files. I'd be happy to help with this! The missing key needs to be added to:
Would you like me to:
Let me know how I can help! 🚀 |
Thanks for reviewing the pr @DivyanshuVortex !! |
Hii @harsshks !! |
Signed-off-by: rahul810050 <rahul810050@gmail.com>
|





Fixed issue: #1669
PR Summary
This PR removes HTML tags from i18n translation strings and replaces
v-htmlusage with safe Vue interpolation.
This resolves the vue-i18n / intlify XSS warning and follows recommended
security best practices by keeping translations as plain text.
Before:

After:
