From efea0e5ab07ea5d1285c23c192fef36ca0b6650d Mon Sep 17 00:00:00 2001 From: Danny Coates Date: Sun, 31 Mar 2019 12:42:59 -0700 Subject: [PATCH] added gravatar to CSP image-src --- server/routes/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/routes/index.js b/server/routes/index.js index de12a613..f9688bfc 100644 --- a/server/routes/index.js +++ b/server/routes/index.js @@ -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'",