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
This module creates content for an inline <script> tag. However, if anything in the content of that script tag includes </script>, HTML5's parsing rules will prematurely end the tag there, allowing for XSS injection.
This module should modify any strings in the returned JSON (for keys or values) that include </script> to be written as </"+"script>.
The text was updated successfully, but these errors were encountered:
This module creates content for an inline
<script>
tag. However, if anything in the content of that script tag includes</script>
, HTML5's parsing rules will prematurely end the tag there, allowing for XSS injection.This module should modify any strings in the returned JSON (for keys or values) that include
</script>
to be written as</"+"script>
.The text was updated successfully, but these errors were encountered: