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 have noticed that if I set foo (or whatever) as an html string like <script>window.alert('pwned')</script> the script is executed.
It would be nice if the templating library could escape this sort of value so I don't need to do it ahead (especially on environment like a nodejs server), don't you think ?
The text was updated successfully, but these errors were encountered:
if I take the simple example:
I have noticed that if I set
foo
(or whatever) as an html string like<script>window.alert('pwned')</script>
the script is executed.It would be nice if the templating library could escape this sort of value so I don't need to do it ahead (especially on environment like a nodejs server), don't you think ?
The text was updated successfully, but these errors were encountered: