Skip to content

Commit

Permalink
Updated list from source (#1043)
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 23, 2024
1 parent 23ef244 commit 31a7ead
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 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 231540 (Tue Sep 17 13:38:29 2024)"
const ListVersion = "PSL version 36aa83 (Thu Sep 19 09:25:16 2024)"

func DefaultRules() [9779]Rule {
func DefaultRules() [9776]Rule {
return r
}

var r = [9779]Rule{
var r = [9776]Rule{
{1, "ac", 1, false},
{1, "com.ac", 2, false},
{1, "edu.ac", 2, false},
Expand Down Expand Up @@ -7697,7 +7697,6 @@ var r = [9779]Rule{
{1, "dh.bytemark.co.uk", 4, true},
{1, "vm.bytemark.co.uk", 4, true},
{1, "cafjs.com", 2, true},
{1, "mycd.eu", 2, true},
{1, "canva-apps.cn", 2, true},
{2, "my.canvasite.cn", 4, true},
{1, "canva-apps.com", 2, true},
Expand Down Expand Up @@ -8679,6 +8678,11 @@ var r = [9779]Rule{
{1, "xn--hkkinen-5wa.fi", 2, true},
{1, "hs.run", 2, true},
{1, "hs.zone", 2, true},
{1, "wdh.app", 2, true},
{1, "preview.wdh.app", 3, true},
{1, "hrsn.dev", 2, true},
{1, "t.hrsn.dev", 3, true},
{1, "t.hrsn.net", 3, true},
{1, "hashbang.sh", 2, true},
{1, "hasura.app", 2, true},
{1, "hasura-app.io", 2, true},
Expand Down Expand Up @@ -8877,7 +8881,6 @@ var r = [9779]Rule{
{1, "js.org", 2, true},
{1, "kaas.gg", 2, true},
{1, "khplay.nl", 2, true},
{1, "ktistory.com", 2, true},
{1, "kapsi.fi", 2, true},
{1, "ezproxy.kuleuven.be", 3, true},
{1, "kuleuven.cloud", 2, true},
Expand Down Expand Up @@ -9584,8 +9587,6 @@ var r = [9779]Rule{
{1, "supabase.co", 2, true},
{1, "supabase.in", 2, true},
{1, "supabase.net", 2, true},
{2, "sensiosite.cloud", 3, true},
{2, "s5y.io", 3, true},
{1, "syncloud.it", 2, true},
{1, "dscloud.biz", 2, true},
{1, "direct.quickconnect.cn", 3, true},
Expand Down Expand Up @@ -9736,10 +9737,6 @@ var r = [9779]Rule{
{1, "toolforge.org", 2, true},
{1, "wmcloud.org", 2, true},
{1, "wmflabs.org", 2, true},
{1, "wdh.app", 2, true},
{1, "preview.wdh.app", 3, true},
{1, "t.hrsn.dev", 3, true},
{1, "t.hrsn.net", 3, true},
{1, "panel.gg", 2, true},
{1, "daemon.panel.gg", 3, true},
{1, "wixsite.com", 2, true},
Expand Down

0 comments on commit 31a7ead

Please sign in to comment.