Last active
October 4, 2017 14:50
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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