We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33dc1f commit 1fa89e9Copy full SHA for 1fa89e9
src/index.js
@@ -39,7 +39,7 @@ const head = document.querySelector('head');
39
const meta = document.createElement('meta');
40
meta.httpEquiv = 'Content-Security-Policy';
41
meta.content = `
42
- default-src 'self' http://localhost:3000 ws://localhost:3000 https://api.github.com 'unsafe-inline';
+ default-src 'self' http://localhost:3000 ws://localhost:3000 https://api.github.com 'unsafe-inline';
43
img-src 'self' data: https://avatars.githubusercontent.com/;
44
child-src 'none';
45
`;
0 commit comments