Index: /trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java	(revision 19525)
+++ /trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java	(revision 19526)
@@ -297,5 +297,5 @@
     // WARNING: this array MUST be sorted, otherwise it cannot be searched reliably using binary search
     private static final String[] GENERIC_TLDS = {
-        // Taken from Version 2026011700, Last Updated Sat Jan 17 07:07:01 2026 UTC
+        // Taken from Version 2026021300, Last Updated Fri Feb 13 07:07:01 2026 UTC
         "aaa", // aaa American Automobile Association, Inc.
         "aarp", // aarp AARP
@@ -699,5 +699,4 @@
         "goldpoint", // goldpoint YODOBASHI CAMERA CO.,LTD.
         "golf", // golf Binky Moon, LLC
-        "goo", // goo NTT Resonant Inc.
         "goodyear", // goodyear The Goodyear Tire & Rubber Company
         "goog", // goog Charleston Road Registry Inc.
@@ -1226,5 +1225,5 @@
         "tokyo", // tokyo GMO Registry, Inc.
         "tools", // tools Binky Moon, LLC
-        "top", // top .TOP Registry
+        "top", // top Hong Kong Zhongze International Limited
         "toray", // toray Toray Industries, Inc.
         "toshiba", // toshiba TOSHIBA Corporation
@@ -1681,5 +1680,5 @@
         "xn--45brj9c", // ভারত National Internet Exchange of India
         "xn--4dbrk0ce", // ישראל The Israel Internet Association (RA)
-        "xn--54b7fta0cc", // বাং Posts and Telecommunications Division
+        "xn--54b7fta0cc", // বাংলা Posts and Telecommunications Division
         "xn--80ao21a", // қаз Association of IT Companies of Kazakhstan
         "xn--90a3ac", // срб Serbian National Internet Domain Registry (RNIDS)
@@ -1721,5 +1720,5 @@
         "xn--node", // გე Information Technologies Development Center (ITDC)
         "xn--o3cw4h", // ไทย Thai Network Information Center Foundation
-        "xn--ogbpf8fl", // سورية National Agency for Network Services (NANS)
+        "xn--ogbpf8fl", // سورية National Authority for Information Technology Services (NAITS)
         "xn--p1ai", // рф Coordination Center for TLD RU
         "xn--pgbs0dh", // تونس Agence Tunisienne d'Internet
Index: /trunk/test/unit/org/openstreetmap/josm/data/validation/routines/DomainValidatorTestIT.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/data/validation/routines/DomainValidatorTestIT.java	(revision 19525)
+++ /trunk/test/unit/org/openstreetmap/josm/data/validation/routines/DomainValidatorTestIT.java	(revision 19526)
@@ -173,4 +173,6 @@
                 }
             }
+            allTLD.remove("arpa");
+            allTLD.replace("melbourne", allTLD.get("melbourne").replaceAll("represented by its ",""));
             printMap(header, allTLD, "allTLD");
             printMap(header, allCC, "allCC");
