SA.php 255 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. 'COM.SA',
  6. 'EDU.SA',
  7. 'GOV.SA',
  8. 'MED.SA',
  9. 'NET.SA',
  10. 'ORG.SA',
  11. 'PUB.SA',
  12. 'SCH.SA',
  13. ];