Changeset 18970 in josm


Ignore:
Timestamp:
2024-02-08T21:37:15+01:00 (3 months ago)
Author:
taylor.smock
Message:

remove TLD from IANA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java

    r18953 r18970  
    297297    // WARNING: this array MUST be sorted, otherwise it cannot be searched reliably using binary search
    298298    private static final String[] GENERIC_TLDS = {
    299         // Taken from Version 2024012300, Last Updated Tue Jan 23 07:07:01 2024 UTC
     299        // Taken from Version 2024020800, Last Updated Thu Feb  8 07:07:01 2024 UTC
    300300        "aaa", // aaa American Automobile Association, Inc.
    301301        "aarp", // aarp AARP
     
    510510        "cologne", // cologne NetCologne Gesellschaft für Telekommunikation mbH
    511511        "com", // com VeriSign Global Registry Services
    512         "comcast", // comcast Comcast IP Holdings I, LLC
    513512        "commbank", // commbank COMMONWEALTH BANK OF AUSTRALIA
    514513        "community", // community Fox Orchard, LLC
     
    13301329        "xbox", // xbox Microsoft Corporation
    13311330        "xerox", // xerox Xerox DNHC LLC
    1332         "xfinity", // xfinity Comcast IP Holdings I, LLC
    13331331        "xihuan", // xihuan QIHOO 360 TECHNOLOGY CO. LTD.
    13341332        "xin", // xin Elegant Leader Limited
Note: See TracChangeset for help on using the changeset viewer.