You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The playground uses fixed flags (DEFAULT | NO_HTML), which is a good default to prevent XSS.
I might be helpful to try out the different flags though, to see how the they behave. So a list of checkboxes or a <select multiple> (or something more fancy) to choose the flags used for rendering could be a nice improvement.
The text was updated successfully, but these errors were encountered:
The playground uses fixed flags (
DEFAULT | NO_HTML
), which is a good default to prevent XSS.I might be helpful to try out the different flags though, to see how the they behave. So a list of checkboxes or a
<select multiple>
(or something more fancy) to choose the flags used for rendering could be a nice improvement.The text was updated successfully, but these errors were encountered: