LC.php 226 B

1234567891011
  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. 'CO.LC',
  6. 'COM.LC',
  7. 'EDU.LC',
  8. 'GOV.LC',
  9. 'NET.LC',
  10. 'ORG.LC',
  11. ];