From b98c9085688b1cd65645840080099784fa58a686 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Tue, 27 Aug 2019 23:12:09 -0700 Subject: [PATCH] fix: Add github gist to CSP closes #1028 --- server/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server/app.js b/server/app.js index 8fc9cf31c..d2cfcdefd 100644 --- a/server/app.js +++ b/server/app.js @@ -115,6 +115,7 @@ app.use( "'self'", "'unsafe-inline'", "'unsafe-eval'", + 'gist.github.com', 'www.google-analytics.com', 'd2wy8f7a9ursnm.cloudfront.net', ],