We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d7436 commit d1d2d18Copy full SHA for d1d2d18
3 files changed
data/domain/public-suffix/BE.php
@@ -9,6 +9,7 @@
9
'CLOUD.INTERHOSTSOLUTIONS.BE',
10
'CLOUDNS.BE',
11
'EZPROXY.KULEUVEN.BE',
12
+ 'MY.BE',
13
'MYSPREADSHOP.BE',
14
'WEBHOSTING.BE',
15
],
data/domain/public-suffix/FUN.php
@@ -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
+ ],
+ 'wildcards' => [],
+];
data/domain/public-suffix/SHOW.php
+ 'MS.SHOW',
0 commit comments