add rafflecopter to whitelist

This commit is contained in:
Michael Q Larson
2014-12-22 15:07:32 -08:00
parent 2d9c0d9900
commit 4066872b8d

3
app.js
View File

@ -104,7 +104,8 @@ var trusted = [
'*.twimg.com',
"*.githubusercontent.com",
"'unsafe-eval'",
"'unsafe-inline'"
"'unsafe-inline'",
"*.rafflecopter.com"
];
//var connectSrc;
//if (process.env.NODE_ENV === 'development') {