Skip to content

Commit

Permalink
Updated list from source (#1072)
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 Dec 11, 2024
1 parent ad84adc commit 1b41116
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 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 d3ca4d (Mon Dec 9 13:09:59 2024)"
const ListVersion = "PSL version 2a0b5b (Tue Dec 10 11:49:55 2024)"

func DefaultRules() [9777]Rule {
func DefaultRules() [9769]Rule {
return r
}

var r = [9777]Rule{
var r = [9769]Rule{
{1, "ac", 1, false},
{1, "com.ac", 2, false},
{1, "edu.ac", 2, false},
Expand Down Expand Up @@ -4828,11 +4828,7 @@ var r = [9777]Rule{
{1, "org.pt", 2, false},
{1, "publ.pt", 2, false},
{1, "pw", 1, false},
{1, "belau.pw", 2, false},
{1, "co.pw", 2, false},
{1, "ed.pw", 2, false},
{1, "go.pw", 2, false},
{1, "or.pw", 2, false},
{1, "gov.pw", 2, false},
{1, "py", 1, false},
{1, "com.py", 2, false},
{1, "coop.py", 2, false},
Expand Down Expand Up @@ -5257,9 +5253,7 @@ var r = [9777]Rule{
{2, "sch.uk", 3, false},
{1, "us", 1, false},
{1, "dni.us", 2, false},
{1, "fed.us", 2, false},
{1, "isa.us", 2, false},
{1, "kids.us", 2, false},
{1, "nsn.us", 2, false},
{1, "ak.us", 2, false},
{1, "al.us", 2, false},
Expand Down Expand Up @@ -6907,6 +6901,7 @@ var r = [9777]Rule{
{1, "airkitapps.com", 2, true},
{1, "airkitapps-au.com", 2, true},
{1, "airkitapps.eu", 2, true},
{1, "aiven.app", 2, true},
{1, "aivencloud.com", 2, true},
{1, "akadns.net", 2, true},
{1, "akamai.net", 2, true},
Expand Down Expand Up @@ -7833,9 +7828,6 @@ var r = [9777]Rule{
{1, "cfolks.pl", 2, true},
{1, "cyon.link", 2, true},
{1, "cyon.site", 2, true},
{1, "platform0.app", 2, true},
{1, "fnwk.site", 2, true},
{1, "folionetwork.site", 2, true},
{1, "biz.dk", 2, true},
{1, "co.dk", 2, true},
{1, "firm.dk", 2, true},
Expand Down

0 comments on commit 1b41116

Please sign in to comment.