From a9cc26cd4ba362d7fce93e30815b868b1a279ae1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 18:12:42 +0100 Subject: [PATCH] Updated list from source (#1082) Co-authored-by: weppos <5387+weppos@users.noreply.github.com> --- publicsuffix/rules.go | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/publicsuffix/rules.go b/publicsuffix/rules.go index 9671985..9f85ee7 100644 --- a/publicsuffix/rules.go +++ b/publicsuffix/rules.go @@ -3,13 +3,13 @@ package publicsuffix -const ListVersion = "PSL version b067df (Fri Jan 10 10:28:45 2025)" +const ListVersion = "PSL version 4f2d3b (Thu Jan 16 09:11:49 2025)" -func DefaultRules() [9707]Rule { +func DefaultRules() [9709]Rule { return r } -var r = [9707]Rule{ +var r = [9709]Rule{ {1, "ac", 1, false}, {1, "com.ac", 2, false}, {1, "edu.ac", 2, false}, @@ -9298,6 +9298,8 @@ var r = [9707]Rule{ {1, "itcouldbewor.se", 2, true}, {1, "aus.basketball", 2, true}, {1, "nz.basketball", 2, true}, + {1, "subsc-pay.com", 2, true}, + {1, "subsc-pay.net", 2, true}, {1, "git-pages.rit.edu", 3, true}, {1, "rocky.page", 2, true}, {1, "rub.de", 2, true},