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.
2 parents 5770f75 + 4c8f912 commit fec62f8Copy full SHA for fec62f8
src/index.js
@@ -41,7 +41,7 @@ const head = document.querySelector('head');
41
const meta = document.createElement('meta');
42
meta.httpEquiv = 'Content-Security-Policy';
43
meta.content = `
44
-default-src 'self' http://localhost:3000 ws://localhost:4000 https://api.github.com 'unsafe-inline';
+default-src 'self' http://localhost:3000 ws://localhost:3000 https://api.github.com 'unsafe-inline';
45
img-src 'self' data: https://avatars.githubusercontent.com/;
46
child-src 'none';
47
`;
0 commit comments