Guest User

Untitled

a guest
Jun 25th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. var imported = document.createElement('script');
  2. imported.src = '/path/to/imported/script';
  3. document.head.appendChild(imported);
  4.  
  5. default-src 'none';
  6. img-src 'self';
  7. style-src 'self' https://stackpath.bootstrapcdn.com 'sha256-bviLPwiqrYk7TOtr5i2eb7I5exfGcGEvVuxmITyg//c=';
  8. script-src https://use.fontawesome.com https://code.jquery.com https://cdnjs.cloudflare.com https://stackpath.bootstrapcdn.com;
  9. base-uri 'none';
  10. form-action 'none';
  11. frame-ancestors 'none';
Add Comment
Please, Sign In to add comment