Skip to content

Commit d1d2d18

Browse files
Update Regional Information
1 parent 84d7436 commit d1d2d18

3 files changed

Lines changed: 21 additions & 0 deletions

File tree

data/domain/public-suffix/BE.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
'CLOUD.INTERHOSTSOLUTIONS.BE',
1010
'CLOUDNS.BE',
1111
'EZPROXY.KULEUVEN.BE',
12+
'MY.BE',
1213
'MYSPREADSHOP.BE',
1314
'WEBHOSTING.BE',
1415
],

data/domain/public-suffix/FUN.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php declare(strict_types=1);
2+
// SPDX-FileCopyrightText: 2007–22 Mozilla Foundation
3+
// SPDX-License-Identifier: MPL-2.0-no-copyleft-exception
4+
return [
5+
'exceptions' => [],
6+
'rules' => [
7+
'MS.FUN',
8+
],
9+
'wildcards' => [],
10+
];

data/domain/public-suffix/SHOW.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php declare(strict_types=1);
2+
// SPDX-FileCopyrightText: 2007–22 Mozilla Foundation
3+
// SPDX-License-Identifier: MPL-2.0-no-copyleft-exception
4+
return [
5+
'exceptions' => [],
6+
'rules' => [
7+
'MS.SHOW',
8+
],
9+
'wildcards' => [],
10+
];

0 commit comments

Comments
 (0)