SS.php 254 B

12345678910111213
  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. 'BIZ.SS',
  6. 'COM.SS',
  7. 'EDU.SS',
  8. 'GOV.SS',
  9. 'ME.SS',
  10. 'NET.SS',
  11. 'ORG.SS',
  12. 'SCH.SS',
  13. ];