another attempt by whitelisting FCC websockets itself

This commit is contained in:
Michael Q Larson
2014-12-22 15:37:46 -08:00
parent 4c9dcfdae6
commit ebf85277be

3
app.js
View File

@ -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') {