- Timestamp:
- 2023-10-19T21:01:05+02:00 (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r18803 r18874 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 2023 080900, Last Updated Wed Aug9 07:07:01 2023 UTC299 // Taken from Version 2023101900, Last Updated Thu Oct 19 07:07:01 2023 UTC 300 300 "aaa", // aaa American Automobile Association, Inc. 301 301 "aarp", // aarp AARP … … 497 497 "citic", // citic CITIC Group Corporation 498 498 "city", // city Snow Sky, LLC 499 "cityeats", // cityeats Lifestyle Domain Holdings, Inc.500 499 "claims", // claims Black Corner, LLC 501 500 "cleaning", // cleaning Fox Shadow, LLC … … 668 667 "frl", // frl FRLregistry B.V. 669 668 "frogans", // frogans OP3FT 670 "frontdoor", // frontdoor Lifestyle Domain Holdings, Inc.671 669 "frontier", // frontier Frontier Communications Corporation 672 670 "ftr", // ftr Frontier Communications Corporation
Note:
See TracChangeset
for help on using the changeset viewer.