mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 04:52:54 +00:00
Bug 324187: scheme:http appears in software installation whitelist if no other sites exist, patch by logan <mozilla@gozer.org>, r=mconnor
This commit is contained in:
parent
ee37eebfd5
commit
21e8cd0e05
@ -359,6 +359,9 @@ var gPermissionManager = {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (!hosts)
|
||||
continue;
|
||||
|
||||
hostList = hosts.split(",");
|
||||
var capability = prefList[i][1];
|
||||
for (var j = 0; j < hostList.length; ++j) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user