Skip to content

Commit

Permalink
Updated list from source (#1036)
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 9, 2024
1 parent 6858556 commit da34bcd
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 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 39cdad (Fri Sep 6 06:36:52 2024)"
const ListVersion = "PSL version 32c68c (Fri Sep 6 09:04:16 2024)"

func DefaultRules() [9788]Rule {
func DefaultRules() [9787]Rule {
return r
}

var r = [9788]Rule{
var r = [9787]Rule{
{1, "ac", 1, false},
{1, "com.ac", 2, false},
{1, "edu.ac", 2, false},
Expand Down Expand Up @@ -702,10 +702,12 @@ var r = [9788]Rule{
{1, "cu", 1, false},
{1, "com.cu", 2, false},
{1, "edu.cu", 2, false},
{1, "org.cu", 2, false},
{1, "net.cu", 2, false},
{1, "gob.cu", 2, false},
{1, "gov.cu", 2, false},
{1, "inf.cu", 2, false},
{1, "nat.cu", 2, false},
{1, "net.cu", 2, false},
{1, "org.cu", 2, false},
{1, "cv", 1, false},
{1, "com.cv", 2, false},
{1, "edu.cv", 2, false},
Expand Down Expand Up @@ -7837,8 +7839,6 @@ var r = [9788]Rule{
{1, "daplie.me", 2, true},
{1, "localhost.daplie.me", 3, true},
{1, "dyndns.dappnode.io", 3, true},
{2, "dapps.earth", 3, true},
{2, "bzz.dapps.earth", 4, true},
{1, "builtwithdark.com", 2, true},
{1, "darklang.io", 2, true},
{1, "demo.datadetect.com", 3, true},
Expand Down Expand Up @@ -8244,7 +8244,6 @@ var r = [9788]Rule{
{1, "lt.eu.org", 3, true},
{1, "lu.eu.org", 3, true},
{1, "lv.eu.org", 3, true},
{1, "mc.eu.org", 3, true},
{1, "me.eu.org", 3, true},
{1, "mk.eu.org", 3, true},
{1, "mt.eu.org", 3, true},
Expand Down

0 comments on commit da34bcd

Please sign in to comment.