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