From 6d8d123d851ba8d2cca070b6fc57aa588b307646 Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Tue, 17 Mar 2015 16:18:41 -0700 Subject: [PATCH] unblock the cdn paths that firefox over-vigilantly blocked --- app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.js b/app.js index fb93dac01f..b52ecafc3a 100644 --- a/app.js +++ b/app.js @@ -135,6 +135,7 @@ var trusted = [ '*.rafflecopter.com', '*.bootstrapcdn.com', '*.cloudflare.com', + 'https://*.cloudflare.com', 'localhost:3001', 'ws://localhost:3001/', 'http://localhost:3001', @@ -145,6 +146,7 @@ var trusted = [ 'https://syndication.twitter.com', '*.youtube.com', '*.jsdelivr.net', + 'https://*.jsdelivr.net', '*.togetherjs.com', 'https://*.togetherjs.com', 'wss://hub.togetherjs.com',