Skip to content

Commit 1fa89e9

Browse files
committed
space
1 parent f33dc1f commit 1fa89e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const head = document.querySelector('head');
3939
const meta = document.createElement('meta');
4040
meta.httpEquiv = 'Content-Security-Policy';
4141
meta.content = `
42-
default-src 'self' http://localhost:3000 ws://localhost:3000 https://api.github.com 'unsafe-inline';
42+
default-src 'self' http://localhost:3000 ws://localhost:3000 https://api.github.com 'unsafe-inline';
4343
img-src 'self' data: https://avatars.githubusercontent.com/;
4444
child-src 'none';
4545
`;

0 commit comments

Comments
 (0)