Skip to content

Commit

Permalink
Updated list from source (#1042)
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 18, 2024
1 parent 0a81433 commit 23ef244
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 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 b58c63 (Mon Sep 16 06:53:53 2024)"
const ListVersion = "PSL version 231540 (Tue Sep 17 13:38:29 2024)"

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

var r = [9778]Rule{
var r = [9779]Rule{
{1, "ac", 1, false},
{1, "com.ac", 2, false},
{1, "edu.ac", 2, false},
Expand Down Expand Up @@ -9738,6 +9738,7 @@ var r = [9778]Rule{
{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},
Expand Down

0 comments on commit 23ef244

Please sign in to comment.