added gravatar to CSP image-src
This commit is contained in:
parent
5d19a9d696
commit
efea0e5ab0
|
@ -48,7 +48,8 @@ module.exports = function(app) {
|
|||
imgSrc: [
|
||||
"'self'",
|
||||
'https://*.dev.lcip.org',
|
||||
'https://firefoxusercontent.com'
|
||||
'https://firefoxusercontent.com',
|
||||
'https://secure.gravatar.com'
|
||||
],
|
||||
scriptSrc: [
|
||||
"'self'",
|
||||
|
|
Loading…
Reference in New Issue