Update Regional Information

This commit is contained in:
The Respect Panda 2026-03-05 00:26:10 +00:00 committed by github-actions[bot]
commit d1d2d186f8
3 changed files with 21 additions and 0 deletions

View file

@ -9,6 +9,7 @@ return [
'CLOUD.INTERHOSTSOLUTIONS.BE',
'CLOUDNS.BE',
'EZPROXY.KULEUVEN.BE',
'MY.BE',
'MYSPREADSHOP.BE',
'WEBHOSTING.BE',
],

View file

@ -0,0 +1,10 @@
<?php declare(strict_types=1);
// SPDX-FileCopyrightText: 200722 Mozilla Foundation
// SPDX-License-Identifier: MPL-2.0-no-copyleft-exception
return [
'exceptions' => [],
'rules' => [
'MS.FUN',
],
'wildcards' => [],
];

View file

@ -0,0 +1,10 @@
<?php declare(strict_types=1);
// SPDX-FileCopyrightText: 200722 Mozilla Foundation
// SPDX-License-Identifier: MPL-2.0-no-copyleft-exception
return [
'exceptions' => [],
'rules' => [
'MS.SHOW',
],
'wildcards' => [],
];