respect-validation/data/domain/public-suffix/BG.php
Alexandre Gomes Gaigalas e2b6138bf6 Add PublicDomainSuffix Rule
- List will be auto-updated from https://publicsuffix.org/list/public_suffix_list.dat
 - Updated AbstractSearcher rules to be case insensitive
 - Updated PR creator bots
 - Docs and tests
2023-02-19 00:19:10 -03:00

42 lines
575 B
PHP

<?php declare(strict_types=1);
// Copyright (c) https://publicsuffix.org
// SPDX-License-Identifier: MPL-2.0-no-copyleft-exception
return [
'0.BG',
'1.BG',
'2.BG',
'3.BG',
'4.BG',
'5.BG',
'6.BG',
'7.BG',
'8.BG',
'9.BG',
'A.BG',
'B.BG',
'C.BG',
'D.BG',
'E.BG',
'F.BG',
'G.BG',
'H.BG',
'I.BG',
'J.BG',
'K.BG',
'L.BG',
'M.BG',
'N.BG',
'O.BG',
'P.BG',
'Q.BG',
'R.BG',
'S.BG',
'T.BG',
'U.BG',
'V.BG',
'W.BG',
'X.BG',
'Y.BG',
'Z.BG',
];