Skip to content

Commit

Permalink
Updated list from source (#932)
Browse files Browse the repository at this point in the history
Co-authored-by: weppos <weppos@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and weppos authored Aug 4, 2023
1 parent 6dfeb99 commit 1aeaac6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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 46fd98 (Thu Aug 3 01:48:40 2023)"
const ListVersion = "PSL version 63cbc6 (Thu Aug 3 10:01:25 2023)"

func DefaultRules() [9106]Rule {
func DefaultRules() [9105]Rule {
return r
}

var r = [9106]Rule{
var r = [9105]Rule{
{1, "ac", 1, false},
{1, "com.ac", 2, false},
{1, "edu.ac", 2, false},
Expand Down Expand Up @@ -6406,7 +6406,6 @@ var r = [9106]Rule{
{1, "mtn", 1, false},
{1, "mtr", 1, false},
{1, "music", 1, false},
{1, "mutual", 1, false},
{1, "nab", 1, false},
{1, "nagoya", 1, false},
{1, "natura", 1, false},
Expand Down

0 comments on commit 1aeaac6

Please sign in to comment.