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
I really like the syntax for the Bliss templates. The only thing keeping me from using it is that it doesn't HTML escape template values. This makes it very difficult to to prevent XSS issues. Please add support for doing this by default.
Also, if you do add support for this, make sure you provide a way to bypass the escaping because sometimes you do need to put raw values in templates.
Thanks
The text was updated successfully, but these errors were encountered:
I really like the syntax for the Bliss templates. The only thing keeping me from using it is that it doesn't HTML escape template values. This makes it very difficult to to prevent XSS issues. Please add support for doing this by default.
Also, if you do add support for this, make sure you provide a way to bypass the escaping because sometimes you do need to put raw values in templates.
Thanks
The text was updated successfully, but these errors were encountered: