Skip to content

Instantly share code, notes, and snippets.

@tnishada
Last active April 5, 2020 07:00
Show Gist options
  • Save tnishada/a4fa36d381be945054ec8cee8b999c7d to your computer and use it in GitHub Desktop.
Save tnishada/a4fa36d381be945054ec8cee8b999c7d to your computer and use it in GitHub Desktop.
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; ">
<script
src="https://code.jquery.com/jquery-3.4.1.min.js" crossorigin="anonymous"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=">
</script> <!-- Load jquery from their CDN -->
<script> alert('hello'); // inline script </script>
</head>
<body></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment