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 idea here is that such a string would cause denial of service (JavaScript fails to load) attack on certain JSON encoders. For instance, consider the following HTML page.
Following string should be on list of strings.
The idea here is that such a string would cause denial of service (JavaScript fails to load) attack on certain JSON encoders. For instance, consider the following HTML page.
Putting
<!--<script>
in a string has an unusual property of making</script>
not work.Some JSON encoders (such as one in PHP) encode slashes which prevents
</script>
escape:This does nothing again
<!--<script>
The text was updated successfully, but these errors were encountered: