unblock the cdn paths that firefox over-vigilantly blocked

pull/221/head
Michael Q Larson 2015-03-17 16:18:41 -07:00
parent f144e84310
commit 6d8d123d85
1 changed files with 2 additions and 0 deletions

2
app.js
View File

@ -135,6 +135,7 @@ var trusted = [
'*.rafflecopter.com', '*.rafflecopter.com',
'*.bootstrapcdn.com', '*.bootstrapcdn.com',
'*.cloudflare.com', '*.cloudflare.com',
'https://*.cloudflare.com',
'localhost:3001', 'localhost:3001',
'ws://localhost:3001/', 'ws://localhost:3001/',
'http://localhost:3001', 'http://localhost:3001',
@ -145,6 +146,7 @@ var trusted = [
'https://syndication.twitter.com', 'https://syndication.twitter.com',
'*.youtube.com', '*.youtube.com',
'*.jsdelivr.net', '*.jsdelivr.net',
'https://*.jsdelivr.net',
'*.togetherjs.com', '*.togetherjs.com',
'https://*.togetherjs.com', 'https://*.togetherjs.com',
'wss://hub.togetherjs.com', 'wss://hub.togetherjs.com',