Skip to content

Commit

Permalink
Updated list from source (#1017)
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 Jul 5, 2024
1 parent 857cfc6 commit ed5d282
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 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 afe95d (Sun Jun 30 00:08:12 2024)"
const ListVersion = "PSL version 12b354 (Thu Jul 4 11:26:56 2024)"

func DefaultRules() [9784]Rule {
func DefaultRules() [9791]Rule {
return r
}

var r = [9784]Rule{
var r = [9791]Rule{
{1, "ac", 1, false},
{1, "com.ac", 2, false},
{1, "edu.ac", 2, false},
Expand Down Expand Up @@ -7817,6 +7817,7 @@ var r = [9784]Rule{
{1, "feste-ip.net", 2, true},
{1, "knx-server.net", 2, true},
{1, "static-access.net", 2, true},
{1, "craft.me", 2, true},
{1, "realm.cz", 2, true},
{1, "on.crisp.email", 3, true},
{2, "cryptonomic.net", 3, true},
Expand All @@ -7826,6 +7827,7 @@ var r = [9784]Rule{
{2, "oci.customer-oci.com", 4, true},
{2, "ocp.customer-oci.com", 4, true},
{2, "ocs.customer-oci.com", 4, true},
{1, "cfolks.pl", 2, true},
{1, "cyclic.app", 2, true},
{1, "cyclic.cloud", 2, true},
{1, "cyclic-app.com", 2, true},
Expand Down Expand Up @@ -8700,6 +8702,12 @@ var r = [9784]Rule{
{1, "hashbang.sh", 2, true},
{1, "hasura.app", 2, true},
{1, "hasura-app.io", 2, true},
{1, "hatenablog.com", 2, true},
{1, "hatenadiary.com", 2, true},
{1, "hateblo.jp", 2, true},
{1, "hatenablog.jp", 2, true},
{1, "hatenadiary.jp", 2, true},
{1, "hatenadiary.org", 2, true},
{1, "pages.it.hs-heilbronn.de", 4, true},
{1, "helioho.st", 2, true},
{1, "heliohost.us", 2, true},
Expand Down Expand Up @@ -9315,7 +9323,6 @@ var r = [9784]Rule{
{1, "vaporcloud.io", 2, true},
{1, "rackmaze.com", 2, true},
{1, "rackmaze.net", 2, true},
{1, "g.vbrplsbx.io", 3, true},
{2, "on-rancher.cloud", 3, true},
{2, "on-k3s.io", 3, true},
{2, "on-rio.io", 3, true},
Expand Down

0 comments on commit ed5d282

Please sign in to comment.