From f57d9b0818a7a477d305432ebb6704edad9a3d86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 09:14:41 +0200 Subject: [PATCH] Updated list from source (#997) Co-authored-by: weppos <5387+weppos@users.noreply.github.com> --- publicsuffix/rules.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/publicsuffix/rules.go b/publicsuffix/rules.go index d113752..f0d6aaa 100644 --- a/publicsuffix/rules.go +++ b/publicsuffix/rules.go @@ -3,13 +3,13 @@ package publicsuffix -const ListVersion = "PSL version f0e80e (Sun May 5 11:19:59 2024)" +const ListVersion = "PSL version 1cbd6e (Tue May 7 07:12:07 2024)" -func DefaultRules() [9739]Rule { +func DefaultRules() [9740]Rule { return r } -var r = [9739]Rule{ +var r = [9740]Rule{ {1, "ac", 1, false}, {1, "com.ac", 2, false}, {1, "edu.ac", 2, false}, @@ -9460,6 +9460,7 @@ var r = [9739]Rule{ {1, "biz.ua", 2, true}, {1, "co.ua", 2, true}, {1, "pp.ua", 2, true}, + {1, "sheezy.games", 2, true}, {1, "shiftcrypto.dev", 2, true}, {1, "shiftcrypto.io", 2, true}, {1, "shiftedit.io", 2, true},