Skip to content

Commit 145fde5

Browse files
committed
fix(csp): allowed images from gravatar and google analytics
1 parent 957895e commit 145fde5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: lib/server/manifest.js

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ export default {
3030
fontSrc: [
3131
'data:',
3232
'fonts.gstatic.com'
33+
],
34+
imgSrc: [
35+
'www.gravatar.com',
36+
'www.google-analytics.com'
3337
]
3438
}
3539
}

0 commit comments

Comments
 (0)