Skip to content

Commit

Permalink
Updated list from source (#1051)
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 Oct 10, 2024
1 parent be0ef67 commit 0e59714
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 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 6ac920 (Tue Oct 8 13:45:53 2024)"
const ListVersion = "PSL version 76ad20 (Thu Oct 10 06:43:34 2024)"

func DefaultRules() [9796]Rule {
func DefaultRules() [9794]Rule {
return r
}

var r = [9796]Rule{
var r = [9794]Rule{
{1, "ac", 1, false},
{1, "com.ac", 2, false},
{1, "edu.ac", 2, false},
Expand Down Expand Up @@ -7656,6 +7656,7 @@ var r = [9796]Rule{
{1, "appudo.net", 2, true},
{1, "on-aptible.com", 2, true},
{1, "f5.si", 2, true},
{1, "arvanedge.ir", 2, true},
{1, "user.aseinet.ne.jp", 4, true},
{1, "gv.vc", 2, true},
{1, "d.gv.vc", 3, true},
Expand Down Expand Up @@ -8270,10 +8271,8 @@ var r = [9796]Rule{
{1, "nl.eu.org", 3, true},
{1, "no.eu.org", 3, true},
{1, "nz.eu.org", 3, true},
{1, "paris.eu.org", 3, true},
{1, "pl.eu.org", 3, true},
{1, "pt.eu.org", 3, true},
{1, "q-a.eu.org", 3, true},
{1, "ro.eu.org", 3, true},
{1, "ru.eu.org", 3, true},
{1, "se.eu.org", 3, true},
Expand Down Expand Up @@ -8649,7 +8648,6 @@ var r = [9796]Rule{
{1, "blogspot.lu", 2, true},
{1, "blogspot.md", 2, true},
{1, "blogspot.mk", 2, true},
{1, "blogspot.mr", 2, true},
{1, "blogspot.com.mt", 3, true},
{1, "blogspot.mx", 2, true},
{1, "blogspot.my", 2, true},
Expand Down

0 comments on commit 0e59714

Please sign in to comment.