From ebf85277be609d5985136ef5435bbb2cdffe65e3 Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Mon, 22 Dec 2014 15:37:46 -0800 Subject: [PATCH] another attempt by whitelisting FCC websockets itself --- app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.js b/app.js index 94ab55ebfa3..74fb4985c3b 100644 --- a/app.js +++ b/app.js @@ -106,7 +106,8 @@ var trusted = [ "'unsafe-eval'", "'unsafe-inline'", "*.rafflecopter.com", - "wss://api.rafflecopter.com" + "ws://api.rafflecopter.com", + "ws://www.freecodecamp.com" ]; //var connectSrc; //if (process.env.NODE_ENV === 'development') {