Skip to content

Commit 5deb3f3

Browse files
committed
fix(csp): allowed loading images from self because of the favicon
for #918
1 parent 04a49a6 commit 5deb3f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/server/manifest.js

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export default {
3232
'fonts.gstatic.com'
3333
],
3434
imgSrc: [
35+
'self',
3536
'www.gravatar.com',
3637
'www.google-analytics.com'
3738
]

0 commit comments

Comments
 (0)