24
1
Fork 0

added gravatar to CSP image-src

This commit is contained in:
Danny Coates 2019-03-31 12:42:59 -07:00
parent 5d19a9d696
commit efea0e5ab0
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 2 additions and 1 deletions

View File

@ -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'",