diff options
Diffstat (limited to 'lib/utils.js')
| -rw-r--r-- | lib/utils.js | 13 | 
1 files changed, 1 insertions, 12 deletions
| diff --git a/lib/utils.js b/lib/utils.js index 12304be2..efdb49fb 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -97,18 +97,7 @@ var utils = {      // these are all official ASCII TLDs that are longer than 3 characters      // (including the inofficial .onion TLD used by TOR) -    var longTlds = [ -      'arpa', -      'asia', -      'coop', -      'info', -      'jobs', -      'local', -      'mobi', -      'museum', -      'name', -      'onion', -    ]; +    var longTlds = [ 'arpa', 'asia', 'coop', 'info', 'jobs', 'local', 'mobi', 'museum', 'name', 'onion' ];      // are there more?      var specialHostNames = [ 'localhost' ]; | 
