Skip to content

Commit 3af8bd2

Browse files
Update Regional Information
1 parent f13f10f commit 3af8bd2

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

data/domain/public-suffix/AU.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
'SA.AU',
2525
'SA.EDU.AU',
2626
'SA.GOV.AU',
27-
'SCHOOLS.NSW.EDU.AU',
2827
'TAS.AU',
2928
'TAS.EDU.AU',
3029
'TAS.GOV.AU',

data/domain/public-suffix/BR.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
'ANANI.BR',
1616
'AP.GOV.BR',
1717
'APARECIDA.BR',
18+
'API.BR',
1819
'APP.BR',
1920
'ARQ.BR',
2021
'ART.BR',
@@ -77,6 +78,7 @@
7778
'GOIANIA.BR',
7879
'GOV.BR',
7980
'GRU.BR',
81+
'IA.BR',
8082
'IMB.BR',
8183
'IND.BR',
8284
'INF.BR',
@@ -153,6 +155,7 @@
153155
'SJC.BR',
154156
'SLG.BR',
155157
'SLZ.BR',
158+
'SOCIAL.BR',
156159
'SOROCABA.BR',
157160
'SP.GOV.BR',
158161
'SRV.BR',
@@ -171,5 +174,6 @@
171174
'VIX.BR',
172175
'VLOG.BR',
173176
'WIKI.BR',
177+
'XYZ.BR',
174178
'ZLG.BR',
175179
];

data/domain/public-suffix/CZ.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php declare(strict_types=1);
2+
// Copyright (c) https://publicsuffix.org
3+
// SPDX-License-Identifier: MPL-2.0-no-copyleft-exception
4+
return [
5+
'GOV.CZ',
6+
];

0 commit comments

Comments
 (0)