add rafflecopter to whitelist

pull/2/head
Michael Q Larson 2014-12-22 15:07:32 -08:00
parent 2d9c0d9900
commit 4066872b8d
1 changed files with 2 additions and 1 deletions

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