MW.php 299 B

12345678910111213141516
  1. <?php declare(strict_types=1);
  2. // Copyright (c) https://publicsuffix.org
  3. // SPDX-License-Identifier: MPL-2.0-no-copyleft-exception
  4. return [
  5. 'AC.MW',
  6. 'BIZ.MW',
  7. 'CO.MW',
  8. 'COM.MW',
  9. 'COOP.MW',
  10. 'EDU.MW',
  11. 'GOV.MW',
  12. 'INT.MW',
  13. 'MUSEUM.MW',
  14. 'NET.MW',
  15. 'ORG.MW',
  16. ];