Skip to content

Instantly share code, notes, and snippets.

@bramses
Created March 19, 2022 22:57
Show Gist options
  • Select an option

  • Save bramses/700941ff0af8a4fa718e811a3d74092c to your computer and use it in GitHub Desktop.

Select an option

Save bramses/700941ff0af8a4fa718e811a3d74092c to your computer and use it in GitHub Desktop.
<meta
http-equiv="Content-Security-Policy"
content="default-src * data: blob: filesystem: about: ws: wss: 'unsafe-inline' 'unsafe-eval';
script-src * data: blob: 'unsafe-inline' 'unsafe-eval';
connect-src * data: blob: 'unsafe-inline';
img-src * data: blob: 'unsafe-inline';
frame-src * data: blob: 'unsafe-inline' 'unsafe-eval';
style-src * data: blob: 'unsafe-inline';
font-src * data: blob: 'unsafe-inline';"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment