Skip to content

Commit

Permalink
Updated list from source (#1009)
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 17, 2024
1 parent 8ebdef1 commit a82f097
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 a9ef28 (Fri Jun 14 20:23:45 2024)"
const ListVersion = "PSL version daf57e (Sat Jun 15 11:55:00 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 @@ -9483,6 +9483,7 @@ var r = [9771]Rule{
{1, "biz.ua", 2, true},
{1, "co.ua", 2, true},
{1, "pp.ua", 2, true},
{1, "as.sh.cn", 3, true},
{1, "sheezy.games", 2, true},
{1, "shiftcrypto.dev", 2, true},
{1, "shiftcrypto.io", 2, true},
Expand Down

0 comments on commit a82f097

Please sign in to comment.