Guest User

Untitled

a guest
Jan 17th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. <script>
  2. alert('Unsafe JavaScript');
  3. </script>
  4. <script nonce="<%= nonce %>">
  5. alert('Safe JavaScript');
  6. </script>
Add Comment
Please, Sign In to add comment