- Timestamp:
- 2016-04-07T23:25:22+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r10112 r10118 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 2016040 501, Last Updated Wed Apr 607:07:01 2016 UTC292 // Taken from Version 2016040601, Last Updated Thu Apr 7 07:07:01 2016 UTC 293 293 "aaa", // aaa American Automobile Association, Inc. 294 294 "aarp", // aarp AARP 295 295 "abb", // abb ABB Ltd 296 296 "abbott", // abbott Abbott Laboratories, Inc. 297 "abbvie", // abbvie AbbVie Inc. 297 298 "abogado", // abogado Top Level Domain Holdings Limited 299 "abudhabi", // abudhabi Abu Dhabi Systems and Information Centre 298 300 "academy", // academy Half Oaks, LLC 299 301 "accenture", // accenture Accenture plc … … 852 854 "nissay", // nissay Nippon Life Insurance Company 853 855 "nokia", // nokia Nokia Corporation 856 "northwesternmutual", // northwesternmutual Northwestern Mutual Registry, LLC 854 857 "norton", // norton Symantec Corporation 855 858 "nowruz", // nowruz Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti. … … 1123 1126 "viajes", // viajes Black Madison, LLC 1124 1127 "video", // video United TLD Holdco, Ltd 1128 "vig", // vig VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe 1125 1129 "viking", // viking Viking River Cruises (Bermuda) Ltd. 1126 1130 "villas", // villas New Sky, LLC … … 1153 1157 "wed", // wed Atgron, Inc. 1154 1158 "wedding", // wedding Top Level Domain Holdings Limited 1159 "weibo", // weibo Sina Corporation 1155 1160 "weir", // weir Weir Group IP Limited 1156 1161 "whoswho", // whoswho Who's Who Registry … … 1192 1197 "xn--9dbq2a", // קום VeriSign Sarl 1193 1198 "xn--9et52u", // 时尚 RISE VICTORY LIMITED 1199 "xn--9krt00a", // 微博 Sina Corporation 1194 1200 "xn--b4w605ferd", // 淡马锡 Temasek Holdings (Private) Limited 1195 1201 "xn--bck1b9a5dre4c", // ファッション Amazon Registry Services, Inc. … … 1226 1232 "xn--mgbab2bd", // بازار CORE Association 1227 1233 "xn--mgbb9fbpob", // موبايلي GreenTech Consultancy Company W.L.L. 1234 "xn--mgbca7dzdo", // ابوظبي Abu Dhabi Systems and Information Centre 1228 1235 "xn--mgbt3dhd", // همراه Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti. 1229 1236 "xn--mk1bu44c", // 닷컴 VeriSign Sarl
Note:
See TracChangeset
for help on using the changeset viewer.