[or-cvs] [torbutton/master] Fix 1091: Allow more chrome hosts to do popups.
mikeperry at seul.org
mikeperry at seul.org
Fri Dec 4 06:44:15 UTC 2009
Author: Mike Perry <mikeperry-git at fscked.org>
Date: Mon, 23 Nov 2009 14:22:48 -0800
Subject: Fix 1091: Allow more chrome hosts to do popups.
Commit: 8d2eb1e0bc6bf6e6a89fb646cad69cd4041a167f
---
src/components/cssblocker.js | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/components/cssblocker.js b/src/components/cssblocker.js
index 9a08d3c..79e0fbf 100644
--- a/src/components/cssblocker.js
+++ b/src/components/cssblocker.js
@@ -95,8 +95,10 @@ var localSchemes = {"about" : true, "chrome" : true, "file" : true,
"resource" : true, "x-jsd" : true, "addbook" : true,
"mailbox" : true, "moz-icon" : true};
-var browserSources = { "browser":true, "mozapps":true, "global":true,
- "pippki":true, "branding":true};
+var browserSources = { "browser":true, "mozapps":true, "global":true,
+ "pippki":true, "branding":true, "cookie":true, "xbl-marquee":true,
+ "reporter":true, "global-region":true, "passwordmgr":true,
+ "global-platform":true};
var hostFreeSchemes = { "resource":true, "data":true, "cid":true,
"file":true, "view-source":true, "about":true};
--
1.5.6.5
More information about the tor-commits
mailing list