Last active
February 26, 2018 16:07
-
-
Save avimar/c648dc600837f56584e23d6dcb49e796 to your computer and use it in GitHub Desktop.
testing window.open prevention
This file contains 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
Sample file. |
This file contains 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> | |
<script>window.open('1.txt'); | |
</script> | |
</head> | |
<body> | |
My document. | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment