Skip to content

Instantly share code, notes, and snippets.

@JohnL4
Last active October 4, 2017 14:50
Show Gist options
  • Save JohnL4/c14629fdb98b71749aa5b461f23ade2f to your computer and use it in GitHub Desktop.
Save JohnL4/c14629fdb98b71749aa5b461f23ade2f to your computer and use it in GitHub Desktop.
A little piece of Javascript to be entered by users to demonstrate what a problem this can be.
<html>
<head>
</head>
<body>
<script>alert("hi, this is some javascript keyed in by the user");</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment