Changeset 10042 in josm for trunk/src/org
- Timestamp:
- 2016-03-26T14:35:05+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r10038 r10042 290 290 // WARNING: this array MUST be sorted, otherwise it cannot be searched reliably using binary search 291 291 private static final String[] GENERIC_TLDS = new String[] { 292 // Taken from Version 2016032 401, Last Updated Fri Mar 2507:07:01 2016 UTC292 // Taken from Version 2016032600, Last Updated Sat Mar 26 07:07:01 2016 UTC 293 293 "aaa", // aaa American Automobile Association, Inc. 294 294 "aarp", // aarp AARP … … 340 340 "autos", // autos DERAutos, LLC 341 341 "avianca", // avianca Aerovias del Continente Americano S.A. Avianca 342 "aws", // aws Amazon Registry Services, Inc. 342 343 "axa", // axa AXA SA 343 344 "azure", // azure Microsoft Corporation … … 556 557 "exposed", // exposed Victor Beach, LLC 557 558 "express", // express Sea Sunset, LLC 559 "extraspace", // extraspace Extra Space Storage LLC 558 560 "fage", // fage Fage International S.A. 559 561 "fail", // fail Atomic Pipe, LLC … … 1049 1051 "tab", // tab Tabcorp Holdings Limited 1050 1052 "taipei", // taipei Taipei City Government 1053 "talk", // talk Amazon Registry Services, Inc. 1051 1054 "taobao", // taobao Alibaba Group Holding Limited 1052 1055 "tatamotors", // tatamotors Tata Motors Ltd … … 1193 1196 "xn--efvy88h", // 新闻 Xinhua News Agency Guangdong Branch 新华通讯社广东分社 1194 1197 "xn--estv75g", // 工行 Industrial and Commercial Bank of China Limited 1198 "xn--fct429k", // 家電 Amazon Registry Services, Inc. 1195 1199 "xn--fhbei", // كوم VeriSign Sarl 1196 1200 "xn--fiq228c5hs", // 中文网 TLD REGISTRY LIMITED … … 1249 1253 "yoga", // yoga Top Level Domain Holdings Limited 1250 1254 "yokohama", // yokohama GMO Registry, Inc. 1255 "you", // you Amazon Registry Services, Inc. 1251 1256 "youtube", // youtube Charleston Road Registry Inc. 1252 1257 "zara", // zara Industria de Diseño Textil, S.A. (INDITEX, S.A.)
Note:
See TracChangeset
for help on using the changeset viewer.