Skip to content

Commit

Permalink
Update Regional Information
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRespectPanda committed Feb 9, 2025
1 parent 48b38bd commit 9af18a0
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 488 deletions.
6 changes: 6 additions & 0 deletions data/domain/public-suffix/ML.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@
// Copyright (c) https://publicsuffix.org
// SPDX-License-Identifier: MPL-2.0-no-copyleft-exception
return [
'AC.ML',
'ART.ML',
'ASSO.ML',
'COM.ML',
'EDU.ML',
'GOUV.ML',
'GOV.ML',
'INFO.ML',
'INST.ML',
'NET.ML',
'ORG.ML',
'PR.ML',
'PRESSE.ML',
];
4 changes: 4 additions & 0 deletions data/domain/public-suffix/UG.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@
'AC.UG',
'CO.UG',
'COM.UG',
'EDU.UG',
'GO.UG',
'GOV.UG',
'MIL.UG',
'NE.UG',
'OR.UG',
'ORG.UG',
'SC.UG',
'US.UG',
];
6 changes: 6 additions & 0 deletions data/domain/public-suffix/VG.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php declare(strict_types=1);
// Copyright (c) https://publicsuffix.org
// SPDX-License-Identifier: MPL-2.0-no-copyleft-exception
return [
'EDU.VG',
];
1 change: 0 additions & 1 deletion library/Rules/CurrencyCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ protected function getDataSource($input = null): array
'COP', // Colombian Peso
'COU', // Unidad de Valor Real
'CRC', // Costa Rican Colon
'CUC', // Peso Convertible
'CUP', // Cuban Peso
'CVE', // Cabo Verde Escudo
'CZK', // Czech Koruna
Expand Down
Loading

0 comments on commit 9af18a0

Please sign in to comment.