зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
ee37eebfd5
Коммит
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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче