diff --git a/mailnews/base/prefs/resources/content/ispUtils.js b/mailnews/base/prefs/resources/content/ispUtils.js index 5012c8381938..9780adcc32e6 100644 --- a/mailnews/base/prefs/resources/content/ispUtils.js +++ b/mailnews/base/prefs/resources/content/ispUtils.js @@ -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)