- Timestamp:
- 2024-01-23T15:16:53+01:00 (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r18915 r18953 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 3121800, Last Updated Mon Dec 18 07:07:01 2023UTC299 // Taken from Version 2024012300, Last Updated Tue Jan 23 07:07:01 2024 UTC 300 300 "aaa", // aaa American Automobile Association, Inc. 301 301 "aarp", // aarp AARP … … 376 376 "baidu", // baidu Baidu, Inc. 377 377 "banamex", // banamex Citigroup Inc. 378 "bananarepublic", // bananarepublic The Gap, Inc.379 378 "band", // band United TLD Holdco, Ltd 380 379 "bank", // bank fTLD Registry Services, LLC … … 984 983 "olayan", // olayan Crescent Holding GmbH 985 984 "olayangroup", // olayangroup Crescent Holding GmbH 986 "oldnavy", // oldnavy The Gap, Inc.987 985 "ollo", // ollo Dish DBS Corporation 988 986 "omega", // omega The Swatch Group Ltd
Note:
See TracChangeset
for help on using the changeset viewer.