Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
PreferencesBuilder.prototype.setLocalDomainPref = function() {
this.prefs['network.dns.localDomains'] = this.domains.join(',');
};
PreferencesBuilder.prototype.setLocalDomainPref = function() {
this.userPrefs['network.dns.localDomains'] = this.domains.join(',');
};