Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Regional Information #1521

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions data/domain/public-suffix/KR.php
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@
// SPDX-License-Identifier: MPL-2.0-no-copyleft-exception
return [
'AC.KR',
'AI.KR',
'BUSAN.KR',
'CHUNGBUK.KR',
'CHUNGNAM.KR',
@@ -18,10 +19,13 @@
'GYEONGNAM.KR',
'HS.KR',
'INCHEON.KR',
'IO.KR',
'IT.KR',
'JEJU.KR',
'JEONBUK.KR',
'JEONNAM.KR',
'KG.KR',
'ME.KR',
'MIL.KR',
'MS.KR',
'NE.KR',
6 changes: 6 additions & 0 deletions data/domain/public-suffix/ML.php
Original file line number Diff line number Diff line change
@@ -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
@@ -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',
];
1 change: 1 addition & 0 deletions data/domain/public-suffix/VE.php
Original file line number Diff line number Diff line change
@@ -8,6 +8,7 @@
'COM.VE',
'E12.VE',
'EDU.VE',
'EMPRENDE.VE',
'FIRM.VE',
'GOB.VE',
'GOV.VE',
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',
];
3 changes: 1 addition & 2 deletions library/Rules/CurrencyCode.php
Original file line number Diff line number Diff line change
@@ -33,7 +33,6 @@ protected function getDataSource($input = null): array
'AFN', // Afghani
'ALL', // Lek
'AMD', // Armenian Dram
'ANG', // Netherlands Antillean Guilder
'AOA', // Kwanza
'ARS', // Argentine Peso
'AUD', // Australian Dollar
@@ -66,7 +65,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
@@ -195,6 +193,7 @@ protected function getDataSource($input = null): array
'XBC', // Bond Markets Unit European Unit of Account 9 (E.U.A.-9)
'XBD', // Bond Markets Unit European Unit of Account 17 (E.U.A.-17)
'XCD', // East Caribbean Dollar
'XCG', // Caribbean Guilder
'XDR', // SDR (Special Drawing Right)
'XOF', // CFA Franc BCEAO
'XPD', // Palladium
248 changes: 124 additions & 124 deletions library/Rules/Tld.php

Large diffs are not rendered by default.