Skip to content

Commit

Permalink
Updated list from source (#978)
Browse files Browse the repository at this point in the history
Co-authored-by: weppos <5387+weppos@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and weppos committed Feb 9, 2024
1 parent a91270e commit 648b12a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 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 2fe831 (Tue Feb 6 04:22:31 2024)"
const ListVersion = "PSL version 9bb484 (Thu Feb 8 17:34:15 2024)"

func DefaultRules() [9611]Rule {
func DefaultRules() [9609]Rule {
return r
}

var r = [9611]Rule{
var r = [9609]Rule{
{1, "ac", 1, false},
{1, "com.ac", 2, false},
{1, "edu.ac", 2, false},
Expand Down Expand Up @@ -5968,7 +5968,6 @@ var r = [9611]Rule{
{1, "coffee", 1, false},
{1, "college", 1, false},
{1, "cologne", 1, false},
{1, "comcast", 1, false},
{1, "commbank", 1, false},
{1, "community", 1, false},
{1, "company", 1, false},
Expand Down Expand Up @@ -6772,7 +6771,6 @@ var r = [9611]Rule{
{1, "wtf", 1, false},
{1, "xbox", 1, false},
{1, "xerox", 1, false},
{1, "xfinity", 1, false},
{1, "xihuan", 1, false},
{1, "xin", 1, false},
{1, "xn--11b4c3d", 1, false},
Expand Down

0 comments on commit 648b12a

Please sign in to comment.