Skip to content

Commit

Permalink
Updated list from source (#1006)
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 Jun 12, 2024
1 parent e83ba73 commit 45fbd01
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 d694f8 (Mon Jun 10 20:06:28 2024)"
const ListVersion = "PSL version 0d4736 (Tue Jun 11 09:02:04 2024)"

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

var r = [9771]Rule{
var r = [9772]Rule{
{1, "ac", 1, false},
{1, "com.ac", 2, false},
{1, "edu.ac", 2, false},
Expand Down Expand Up @@ -9247,6 +9247,7 @@ var r = [9771]Rule{
{2, "paywhirl.com", 3, true},
{2, "xmit.co", 3, true},
{1, "xmit.dev", 2, true},
{1, "madethis.site", 2, true},
{1, "srv.us", 2, true},
{1, "gh.srv.us", 3, true},
{1, "gl.srv.us", 3, true},
Expand Down

0 comments on commit 45fbd01

Please sign in to comment.