CA.php 338 B

1234567891011121314151617181920
  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. 'AB.CA',
  6. 'BC.CA',
  7. 'GC.CA',
  8. 'MB.CA',
  9. 'NB.CA',
  10. 'NF.CA',
  11. 'NL.CA',
  12. 'NS.CA',
  13. 'NT.CA',
  14. 'NU.CA',
  15. 'ON.CA',
  16. 'PE.CA',
  17. 'QC.CA',
  18. 'SK.CA',
  19. 'YK.CA',
  20. ];