Changeset 18774 in josm
- Timestamp:
- 2023-07-10T14:10:33+02:00 (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r18763 r18774 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 202 2042200, Last UpdatedFri Apr 2207:07:01 2022UTC299 // Taken from Version 2023071000, Last Updated Mon Jul 10 07:07:02 2023 UTC 300 300 "aaa", // aaa American Automobile Association, Inc. 301 301 "aarp", // aarp AARP … … 760 760 "hosting", // hosting Uniregistry, Corp. 761 761 "hot", // hot Amazon Registry Services, Inc. 762 "hoteles", // hoteles Travel Reservations SRL763 762 "hotels", // hotels Booking.com B.V. 764 763 "hotmail", // hotmail Microsoft Corporation … … 1017 1016 "parts", // parts Sea Goodbye, LLC 1018 1017 "party", // party Blue Sky Registry Limited 1019 "passagens", // passagens Travel Reservations SRL1020 1018 "pay", // pay Amazon Registry Services, Inc. 1021 1019 "pccw", // pccw PCCW Enterprises Limited … … 1311 1309 "voto", // voto Monolith Registry LLC 1312 1310 "voyage", // voyage Ruby House, LLC 1313 "vuelos", // vuelos Travel Reservations SRL1314 1311 "wales", // wales Nominet UK 1315 1312 "walmart", // walmart Wal-Mart Stores, Inc.
Note:
See TracChangeset
for help on using the changeset viewer.