NF.php 290 B

123456789101112131415
  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. 'ARTS.NF',
  6. 'COM.NF',
  7. 'FIRM.NF',
  8. 'INFO.NF',
  9. 'NET.NF',
  10. 'OTHER.NF',
  11. 'PER.NF',
  12. 'REC.NF',
  13. 'STORE.NF',
  14. 'WEB.NF',
  15. ];