From 71456b7544883fb3cb321a23a768cef1f2fde4ee Mon Sep 17 00:00:00 2001 From: jameskopacz Date: Tue, 10 Mar 2015 17:42:15 -0500 Subject: [PATCH] Gitter chat fix Added https://*.gitter.im to 'frameSrc' CSP --- app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.js b/app.js index 01e76fcd4c..fb93dac01f 100644 --- a/app.js +++ b/app.js @@ -183,6 +183,7 @@ app.use(helmet.contentSecurityPolicy({ ].concat(trusted), frameSrc: [ '*.gitter.im', + '*.gitter.im https:', '*.vimeo.com', '*.twitter.com', '*.rafflecopter.com',