Changeset 11356 in josm for trunk/src/org
- Timestamp:
- 2016-12-03T15:00:59+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r11355 r11356 292 292 // WARNING: this array MUST be sorted, otherwise it cannot be searched reliably using binary search 293 293 private static final String[] GENERIC_TLDS = new String[] { 294 // Taken from Version 20161 13000, Last Updated Wed Nov 3007:07:01 2016 UTC294 // Taken from Version 2016120200, Last Updated Fri Dec 2 07:07:01 2016 UTC 295 295 "aaa", // aaa American Automobile Association, Inc. 296 296 "aarp", // aarp AARP … … 476 476 "cat", // cat Fundacio puntCAT 477 477 "catering", // catering New Falls. LLC 478 "catholic", // catholic Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication) 478 479 "cba", // cba COMMONWEALTH BANK OF AUSTRALIA 479 480 "cbn", // cbn The Christian Broadcasting Network, Inc. … … 1428 1429 "xn--6qq986b3xl", // 我爱你 Tycoon Treasure Limited 1429 1430 "xn--80adxhks", // москва Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID) 1431 "xn--80aqecdr1a", // католик Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication) 1430 1432 "xn--80asehdb", // онлайн CORE Association 1431 1433 "xn--80aswg", // сайт CORE Association … … 1473 1475 "xn--mgbb9fbpob", // موبايلي GreenTech Consultancy Company W.L.L. 1474 1476 "xn--mgbca7dzdo", // ابوظبي Abu Dhabi Systems and Information Centre 1477 "xn--mgbi4ecexp", // كاثوليك Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication) 1475 1478 "xn--mgbt3dhd", // همراه Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti. 1476 1479 "xn--mk1bu44c", // 닷컴 VeriSign Sarl … … 1491 1494 "xn--t60b56a", // 닷넷 VeriSign Sarl 1492 1495 "xn--tckwe", // コム VeriSign Sarl 1496 "xn--tiq49xqyj", // 天主教 Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication) 1493 1497 "xn--unup4y", // 游戏 Spring Fields, LLC 1494 1498 "xn--vermgensberater-ctb", // VERMöGENSBERATER Deutsche Vermögensberatung Aktiengesellschaft DVAG
Note:
See TracChangeset
for help on using the changeset viewer.