Skip to content

Commit

Permalink
Updated list from source (#1062)
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 Nov 27, 2024
1 parent 8e358e7 commit 71d467a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 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 931546 (Sat Nov 23 08:18:27 2024)"
const ListVersion = "PSL version bf32ba (Tue Nov 26 09:06:13 2024)"

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

var r = [9769]Rule{
var r = [9772]Rule{
{1, "ac", 1, false},
{1, "com.ac", 2, false},
{1, "edu.ac", 2, false},
Expand Down Expand Up @@ -707,9 +707,12 @@ var r = [9769]Rule{
{1, "cv", 1, false},
{1, "com.cv", 2, false},
{1, "edu.cv", 2, false},
{1, "id.cv", 2, false},
{1, "int.cv", 2, false},
{1, "net.cv", 2, false},
{1, "nome.cv", 2, false},
{1, "org.cv", 2, false},
{1, "publ.cv", 2, false},
{1, "cw", 1, false},
{1, "com.cw", 2, false},
{1, "edu.cw", 2, false},
Expand Down

0 comments on commit 71d467a

Please sign in to comment.