Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text: sanitize StyledText and RichText formats. #408

Open
ChALkeR opened this issue May 8, 2017 · 0 comments
Open

Text: sanitize StyledText and RichText formats. #408

ChALkeR opened this issue May 8, 2017 · 0 comments

Comments

@ChALkeR
Copy link
Member

ChALkeR commented May 8, 2017

Previous discussion: #407, d439145.

Atm, those formats both act the same in QmlWeb and both allow arbitrary HTML. That should be fixed to allow displaying only the documented subset of tags and attributes in each case.

See Text#text and Text#textFormat.

That should be done either using a thirdparty sanitizer with an appropriate ruleset or setting the content also through generating safe DOM instead of directly assigning innerHtml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
@ChALkeR and others