mirror of
https://github.com/Respect/Validation.git
synced 2026-03-14 14:25:45 +01:00
Update Regional Information
This commit is contained in:
parent
84d743656e
commit
d1d2d186f8
3 changed files with 21 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ return [
|
|||
'CLOUD.INTERHOSTSOLUTIONS.BE',
|
||||
'CLOUDNS.BE',
|
||||
'EZPROXY.KULEUVEN.BE',
|
||||
'MY.BE',
|
||||
'MYSPREADSHOP.BE',
|
||||
'WEBHOSTING.BE',
|
||||
],
|
||||
|
|
|
|||
10
data/domain/public-suffix/FUN.php
Normal file
10
data/domain/public-suffix/FUN.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php declare(strict_types=1);
|
||||
// SPDX-FileCopyrightText: 2007–22 Mozilla Foundation
|
||||
// SPDX-License-Identifier: MPL-2.0-no-copyleft-exception
|
||||
return [
|
||||
'exceptions' => [],
|
||||
'rules' => [
|
||||
'MS.FUN',
|
||||
],
|
||||
'wildcards' => [],
|
||||
];
|
||||
10
data/domain/public-suffix/SHOW.php
Normal file
10
data/domain/public-suffix/SHOW.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php declare(strict_types=1);
|
||||
// SPDX-FileCopyrightText: 2007–22 Mozilla Foundation
|
||||
// SPDX-License-Identifier: MPL-2.0-no-copyleft-exception
|
||||
return [
|
||||
'exceptions' => [],
|
||||
'rules' => [
|
||||
'MS.SHOW',
|
||||
],
|
||||
'wildcards' => [],
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue