зеркало из https://github.com/mozilla/gecko-dev.git
add null check
This commit is contained in:
Родитель
303f44b200
Коммит
cb23fbbca2
|
@ -51,6 +51,8 @@ function getIspDefaultsForUri(domainURI)
|
|||
|
||||
var result = dataSourceToObject(ispDefaults, domainRes);
|
||||
|
||||
if (!result) return null;
|
||||
|
||||
// add this extra attribute which is the domain itself
|
||||
var domainData = domainURI.split(':');
|
||||
if (domainData.length > 1)
|
||||
|
|
Загрузка…
Ссылка в новой задаче