- Timestamp:
- 2024-02-08T21:37:15+01:00 (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r18953 r18970 297 297 // WARNING: this array MUST be sorted, otherwise it cannot be searched reliably using binary search 298 298 private static final String[] GENERIC_TLDS = { 299 // Taken from Version 20240 12300, Last Updated Tue Jan 2307:07:01 2024 UTC299 // Taken from Version 2024020800, Last Updated Thu Feb 8 07:07:01 2024 UTC 300 300 "aaa", // aaa American Automobile Association, Inc. 301 301 "aarp", // aarp AARP … … 510 510 "cologne", // cologne NetCologne Gesellschaft für Telekommunikation mbH 511 511 "com", // com VeriSign Global Registry Services 512 "comcast", // comcast Comcast IP Holdings I, LLC513 512 "commbank", // commbank COMMONWEALTH BANK OF AUSTRALIA 514 513 "community", // community Fox Orchard, LLC … … 1330 1329 "xbox", // xbox Microsoft Corporation 1331 1330 "xerox", // xerox Xerox DNHC LLC 1332 "xfinity", // xfinity Comcast IP Holdings I, LLC1333 1331 "xihuan", // xihuan QIHOO 360 TECHNOLOGY CO. LTD. 1334 1332 "xin", // xin Elegant Leader Limited
Note:
See TracChangeset
for help on using the changeset viewer.