respect-validation/data/domain/public-suffix/AS.php
Alexandre Gomes Gaigalas d4d04b87cd Fix PublicSuffix validator and UpdateDomainSuffixesCommand
- Parce PSL ICANN section into structured sections (rules,
   wildcards, exceptions) according to the format.
 - Updates PublicSuffix semantics for complete application of
   the rules.
 - Includes private domain suffixes now.
 - Refreshes the existing data.
 - Fixes the update-regionals.yml workflow, set it to run
   twice a week.

References: https://github.com/publicsuffix/list/wiki/Format#format
2026-03-04 16:23:25 +00:00

10 lines
246 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php declare(strict_types=1);
// SPDX-FileCopyrightText: 200722 Mozilla Foundation
// SPDX-License-Identifier: MPL-2.0-no-copyleft-exception
return [
'exceptions' => [],
'rules' => [
'GOV.AS',
],
'wildcards' => [],
];