-
Notifications
You must be signed in to change notification settings - Fork 51
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
TinyMCE text input sanitazation #394
Comments
What do you mean with "HTML text input"? If you mean the HTML page type, yes, it's completely unpurified HTML.
No, RichText (HTML) elements are very powerful. It may run through a HTML Purifier, but there is a risk here. To protect against XSS, I would use HumHub RichText. |
@luke-
Yes this is what I mean.
May I suggest some improvement for Richtext elements:
Only my 2 cents! |
Good point. Feel free to create an issue about it. |
This is not an issue. Only a question.
As far as I see tinyMCE is configured in the same way in both cases.
And now the questions:
The text was updated successfully, but these errors were encountered: