Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save reintakura/173414f73c1cca47caa6af9f5a511a67 to your computer and use it in GitHub Desktop.
Save reintakura/173414f73c1cca47caa6af9f5a511a67 to your computer and use it in GitHub Desktop.
allow all content, just add CSP header
default-src * data: blob: filesystem: about: ws: wss: 'unsafe-inline' 'unsafe-eval' 'unsafe-dynamic';
script-src * data: blob: 'unsafe-inline' 'unsafe-eval';
connect-src * data: blob: 'unsafe-inline';
img-src * data: blob: 'unsafe-inline';
frame-src * data: blob: ;
style-src * data: blob: 'unsafe-inline';
font-src * data: blob: 'unsafe-inline';