Skip to content

Commit

Permalink
Updated list from source (#949)
Browse files Browse the repository at this point in the history
Co-authored-by: weppos <[email protected]>
  • Loading branch information
github-actions[bot] and weppos authored Sep 26, 2023
1 parent eb3d1a2 commit 55044e9
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions publicsuffix/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

package publicsuffix

const ListVersion = "PSL version 1a4824 (Mon Sep 18 18:33:03 2023)"
const ListVersion = "PSL version 4f5cba (Mon Sep 25 19:41:54 2023)"

func DefaultRules() [9105]Rule {
func DefaultRules() [9104]Rule {
return r
}

var r = [9105]Rule{
var r = [9104]Rule{
{1, "ac", 1, false},
{1, "com.ac", 2, false},
{1, "edu.ac", 2, false},
Expand Down Expand Up @@ -841,21 +841,10 @@ var r = [9105]Rule{
{1, "nom.fr", 2, false},
{1, "prd.fr", 2, false},
{1, "tm.fr", 2, false},
{1, "aeroport.fr", 2, false},
{1, "avocat.fr", 2, false},
{1, "avoues.fr", 2, false},
{1, "cci.fr", 2, false},
{1, "chambagri.fr", 2, false},
{1, "chirurgiens-dentistes.fr", 2, false},
{1, "experts-comptables.fr", 2, false},
{1, "geometre-expert.fr", 2, false},
{1, "greta.fr", 2, false},
{1, "huissier-justice.fr", 2, false},
{1, "medecin.fr", 2, false},
{1, "notaires.fr", 2, false},
{1, "pharmacien.fr", 2, false},
{1, "port.fr", 2, false},
{1, "veterinaire.fr", 2, false},
{1, "ga", 1, false},
{1, "gb", 1, false},
{1, "edu.gd", 2, false},
Expand Down Expand Up @@ -8841,6 +8830,16 @@ var r = [9105]Rule{
{1, "bounty-full.com", 2, true},
{1, "alpha.bounty-full.com", 3, true},
{1, "beta.bounty-full.com", 3, true},
{1, "aeroport.fr", 2, true},
{1, "avocat.fr", 2, true},
{1, "chambagri.fr", 2, true},
{1, "chirurgiens-dentistes.fr", 2, true},
{1, "experts-comptables.fr", 2, true},
{1, "medecin.fr", 2, true},
{1, "notaires.fr", 2, true},
{1, "pharmacien.fr", 2, true},
{1, "port.fr", 2, true},
{1, "veterinaire.fr", 2, true},
{1, "small-web.org", 2, true},
{1, "vp4.me", 2, true},
{1, "snowflake.app", 2, true},
Expand Down

0 comments on commit 55044e9

Please sign in to comment.