From 23ef24408a3cd67ec7fefdf0e106705a35acd409 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:21:19 +0200 Subject: [PATCH] Updated list from source (#1042) 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 addb60b..405fbe8 100644 --- a/publicsuffix/rules.go +++ b/publicsuffix/rules.go @@ -3,13 +3,13 @@ package publicsuffix -const ListVersion = "PSL version b58c63 (Mon Sep 16 06:53:53 2024)" +const ListVersion = "PSL version 231540 (Tue Sep 17 13:38:29 2024)" -func DefaultRules() [9778]Rule { +func DefaultRules() [9779]Rule { return r } -var r = [9778]Rule{ +var r = [9779]Rule{ {1, "ac", 1, false}, {1, "com.ac", 2, false}, {1, "edu.ac", 2, false}, @@ -9738,6 +9738,7 @@ var r = [9778]Rule{ {1, "wmflabs.org", 2, true}, {1, "wdh.app", 2, true}, {1, "preview.wdh.app", 3, true}, + {1, "t.hrsn.dev", 3, true}, {1, "t.hrsn.net", 3, true}, {1, "panel.gg", 2, true}, {1, "daemon.panel.gg", 3, true},