Skip to content
Open
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion data/domain/public-suffix/AU.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
'SA.AU',
'SA.EDU.AU',
'SA.GOV.AU',
'SCHOOLS.NSW.EDU.AU',
'TAS.AU',
'TAS.EDU.AU',
'TAS.GOV.AU',
Expand Down
4 changes: 4 additions & 0 deletions data/domain/public-suffix/BR.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
'ANANI.BR',
'AP.GOV.BR',
'APARECIDA.BR',
'API.BR',
'APP.BR',
'ARQ.BR',
'ART.BR',
Expand Down Expand Up @@ -77,6 +78,7 @@
'GOIANIA.BR',
'GOV.BR',
'GRU.BR',
'IA.BR',
'IMB.BR',
'IND.BR',
'INF.BR',
Expand Down Expand Up @@ -153,6 +155,7 @@
'SJC.BR',
'SLG.BR',
'SLZ.BR',
'SOCIAL.BR',
'SOROCABA.BR',
'SP.GOV.BR',
'SRV.BR',
Expand All @@ -171,5 +174,6 @@
'VIX.BR',
'VLOG.BR',
'WIKI.BR',
'XYZ.BR',
'ZLG.BR',
];
6 changes: 6 additions & 0 deletions data/domain/public-suffix/CZ.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 [
'GOV.CZ',
];
1 change: 0 additions & 1 deletion data/domain/public-suffix/US.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@
'LIB.MI.US',
'LIB.MN.US',
'LIB.MO.US',
'LIB.MS.US',
'LIB.MT.US',
'LIB.NC.US',
'LIB.ND.US',
Expand Down
18 changes: 9 additions & 9 deletions library/Rules/Tld.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,15 @@ final class Tld extends AbstractRule
'PROGRESSIVE', 'PROMO', 'PROPERTIES', 'PROPERTY', 'PROTECTION', 'PRU',
'PRUDENTIAL', 'PS', 'PT', 'PUB', 'PW', 'PWC', 'PY', 'QA', 'QPON',
'QUEBEC', 'QUEST', 'RACING', 'RADIO', 'RE', 'READ', 'REALESTATE',
'REALTOR', 'REALTY', 'RECIPES', 'RED', 'REDSTONE', 'REDUMBRELLA',
'REHAB', 'REISE', 'REISEN', 'REIT', 'RELIANCE', 'REN', 'RENT',
'RENTALS', 'REPAIR', 'REPORT', 'REPUBLICAN', 'REST', 'RESTAURANT',
'REVIEW', 'REVIEWS', 'REXROTH', 'RICH', 'RICHARDLI', 'RICOH', 'RIL',
'RIO', 'RIP', 'RO', 'ROCKS', 'RODEO', 'ROGERS', 'ROOM', 'RS', 'RSVP',
'RU', 'RUGBY', 'RUHR', 'RUN', 'RW', 'RWE', 'RYUKYU', 'SA', 'SAARLAND',
'SAFE', 'SAFETY', 'SAKURA', 'SALE', 'SALON', 'SAMSCLUB', 'SAMSUNG',
'SANDVIK', 'SANDVIKCOROMANT', 'SANOFI', 'SAP', 'SARL', 'SAS', 'SAVE',
'SAXO', 'SB', 'SBI', 'SBS', 'SC', 'SCB', 'SCHAEFFLER', 'SCHMIDT',
'REALTOR', 'REALTY', 'RECIPES', 'RED', 'REDUMBRELLA', 'REHAB', 'REISE',
'REISEN', 'REIT', 'RELIANCE', 'REN', 'RENT', 'RENTALS', 'REPAIR',
'REPORT', 'REPUBLICAN', 'REST', 'RESTAURANT', 'REVIEW', 'REVIEWS',
'REXROTH', 'RICH', 'RICHARDLI', 'RICOH', 'RIL', 'RIO', 'RIP', 'RO',
'ROCKS', 'RODEO', 'ROGERS', 'ROOM', 'RS', 'RSVP', 'RU', 'RUGBY',
'RUHR', 'RUN', 'RW', 'RWE', 'RYUKYU', 'SA', 'SAARLAND', 'SAFE',
'SAFETY', 'SAKURA', 'SALE', 'SALON', 'SAMSCLUB', 'SAMSUNG', 'SANDVIK',
'SANDVIKCOROMANT', 'SANOFI', 'SAP', 'SARL', 'SAS', 'SAVE', 'SAXO',
'SB', 'SBI', 'SBS', 'SC', 'SCB', 'SCHAEFFLER', 'SCHMIDT',
'SCHOLARSHIPS', 'SCHOOL', 'SCHULE', 'SCHWARZ', 'SCIENCE', 'SCOT', 'SD',
'SE', 'SEARCH', 'SEAT', 'SECURE', 'SECURITY', 'SEEK', 'SELECT',
'SENER', 'SERVICES', 'SEVEN', 'SEW', 'SEX', 'SEXY', 'SFR', 'SG', 'SH',
Expand Down