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:
gavin%gavinsharp.com 2006-06-24 13:17:01 +00:00
Родитель ee37eebfd5
Коммит 21e8cd0e05
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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) {