From 792f740664ba2eacf56b5685a2ede218e57d4c38 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 11:13:43 +0200 Subject: [PATCH] Updated list from source (#947) Co-authored-by: weppos --- publicsuffix/rules.go | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/publicsuffix/rules.go b/publicsuffix/rules.go index 3d91651..3cce67d 100644 --- a/publicsuffix/rules.go +++ b/publicsuffix/rules.go @@ -3,13 +3,13 @@ package publicsuffix -const ListVersion = "PSL version e3a017 (Wed Sep 13 08:26:36 2023)" +const ListVersion = "PSL version ac3ef0 (Mon Sep 18 03:55:59 2023)" -func DefaultRules() [9104]Rule { +func DefaultRules() [9106]Rule { return r } -var r = [9104]Rule{ +var r = [9106]Rule{ {1, "ac", 1, false}, {1, "com.ac", 2, false}, {1, "edu.ac", 2, false}, @@ -9086,6 +9086,8 @@ var r = [9104]Rule{ {1, "js.wpenginepowered.com", 3, true}, {1, "wixsite.com", 2, true}, {1, "editorx.io", 2, true}, + {1, "wixstudio.io", 2, true}, + {1, "wix.run", 2, true}, {1, "half.host", 2, true}, {1, "xnbay.com", 2, true}, {1, "u2.xnbay.com", 3, true},