Commit 8d2eb1e0 authored by Mike Perry's avatar Mike Perry
Browse files

Fix 1091: Allow more chrome hosts to do popups.

parent 10ef18bf
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -96,7 +96,9 @@ var localSchemes = {"about" : true, "chrome" : true, "file" : true,
    "mailbox" : true, "moz-icon" : true};

var browserSources = { "browser":true, "mozapps":true, "global":true,
     "pippki":true, "branding":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};