Skip to content

Commit e924e39

Browse files
Update Regional Information
1 parent dd95656 commit e924e39

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed
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+
'MYBOX.COMPANY',
8+
],
9+
'wildcards' => [],
10+
];

data/domain/public-suffix/EMAIL.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
return [
55
'exceptions' => [],
66
'rules' => [
7+
'INTOUCH.EMAIL',
78
'ON.CRISP.EMAIL',
89
'P.TAWK.EMAIL',
910
'P.TAWKTO.EMAIL',

data/domain/public-suffix/ME.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
'LOGINTO.ME',
2626
'LOHMUS.ME',
2727
'MCDIR.ME',
28+
'MYBOX.ME',
2829
'MYDS.ME',
2930
'NET.ME',
3031
'NOHOST.ME',

data/domain/public-suffix/PAGE.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
'DEUXFLEURS.PAGE',
1010
'HEYFLOW.PAGE',
1111
'HLX.PAGE',
12+
'MYBOX.PAGE',
1213
'PDNS.PAGE',
1314
'PLESK.PAGE',
1415
'PRVCY.PAGE',

0 commit comments

Comments
 (0)