public_suffix 7.0.2 → 7.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +19 -1
- data/Gemfile +16 -0
- data/data/list.txt +140 -68
- data/lib/public_suffix/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 60083638c0e7b1a6ac7153bbf8f017a112ba8bfdf45f299a9a1773c1e7e3e48e
|
|
4
|
+
data.tar.gz: 2c9272a9516de1b2486e894d7c2f63e2408fb089de18f7f73c887924a7606c5b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9200db351fc6a76132e34071f6c9761d5e247a27a24d50c7be3014d5a3889a70e12cef3c333a73135c194ad31022e527883f5d09fbfc68bcef74fb8f72be964d
|
|
7
|
+
data.tar.gz: 5c333a9d0c2da8431b17953d2da44698297c04b3e170053846f59bd379afd543663ea77a2fd79693fb1ca4ff6a02cb60481bb4101f4a40d017bc1482c5c06859
|
data/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,25 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
##
|
|
4
|
+
## 7.0.5 - 2026-03-03
|
|
5
|
+
|
|
6
|
+
### Fixed
|
|
7
|
+
|
|
8
|
+
- Fix release crash caused by unconditional rubocop/yard requires in Rakefile.
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## 7.0.4 - 2026-03-03
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
|
|
15
|
+
- Fix release workflow.
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
## 7.0.3 - 2026-03-03
|
|
19
|
+
|
|
20
|
+
### Changed
|
|
21
|
+
|
|
22
|
+
- Updated definitions.
|
|
5
23
|
|
|
6
24
|
|
|
7
25
|
## 7.0.2 - 2026-01-04
|
data/Gemfile
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
source "https://rubygems.org"
|
|
4
|
+
|
|
5
|
+
gemspec
|
|
6
|
+
|
|
7
|
+
gem "rake"
|
|
8
|
+
|
|
9
|
+
gem "memory_profiler", require: false
|
|
10
|
+
gem "minitest"
|
|
11
|
+
gem "minitest-reporters"
|
|
12
|
+
gem "mocha", "~> 3.0.1"
|
|
13
|
+
gem "rubocop", "~> 1.85.0", require: false
|
|
14
|
+
gem "rubocop-minitest", require: false
|
|
15
|
+
gem "rubocop-rake", require: false
|
|
16
|
+
gem "yard"
|
data/data/list.txt
CHANGED
|
@@ -1298,12 +1298,6 @@ gov.gy
|
|
|
1298
1298
|
net.gy
|
|
1299
1299
|
org.gy
|
|
1300
1300
|
|
|
1301
|
-
// Hercules : https://hercules.app
|
|
1302
|
-
// Submitted by Brendan Falk <security@hercules.app>
|
|
1303
|
-
onhercules.app
|
|
1304
|
-
hercules-app.com
|
|
1305
|
-
hercules-dev.com
|
|
1306
|
-
|
|
1307
1301
|
// hk : https://www.hkirc.hk
|
|
1308
1302
|
// Submitted by registry <hk.tech@hkirc.hk>
|
|
1309
1303
|
hk
|
|
@@ -3827,8 +3821,14 @@ mil.kg
|
|
|
3827
3821
|
net.kg
|
|
3828
3822
|
org.kg
|
|
3829
3823
|
|
|
3830
|
-
// kh :
|
|
3831
|
-
|
|
3824
|
+
// kh : https://trc.gov.kh
|
|
3825
|
+
// Submitted by khnic@trc.gov.kh
|
|
3826
|
+
kh
|
|
3827
|
+
com.kh
|
|
3828
|
+
edu.kh
|
|
3829
|
+
gov.kh
|
|
3830
|
+
net.kh
|
|
3831
|
+
org.kh
|
|
3832
3832
|
|
|
3833
3833
|
// ki : https://www.iana.org/domains/root/db/ki.html
|
|
3834
3834
|
ki
|
|
@@ -5693,7 +5693,6 @@ com.sn
|
|
|
5693
5693
|
edu.sn
|
|
5694
5694
|
gouv.sn
|
|
5695
5695
|
org.sn
|
|
5696
|
-
perso.sn
|
|
5697
5696
|
univ.sn
|
|
5698
5697
|
|
|
5699
5698
|
// so : http://sonic.so/policies/
|
|
@@ -6425,6 +6424,7 @@ hanoi.vn
|
|
|
6425
6424
|
hatinh.vn
|
|
6426
6425
|
haugiang.vn
|
|
6427
6426
|
hoabinh.vn
|
|
6427
|
+
hue.vn
|
|
6428
6428
|
hungyen.vn
|
|
6429
6429
|
khanhhoa.vn
|
|
6430
6430
|
kiengiang.vn
|
|
@@ -6821,7 +6821,7 @@ org.zw
|
|
|
6821
6821
|
|
|
6822
6822
|
// newGTLDs
|
|
6823
6823
|
|
|
6824
|
-
// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on
|
|
6824
|
+
// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2026-02-18T15:51:43Z
|
|
6825
6825
|
// This list is auto-generated, don't edit it manually.
|
|
6826
6826
|
// aaa : American Automobile Association, Inc.
|
|
6827
6827
|
// https://www.iana.org/domains/root/db/aaa.html
|
|
@@ -8399,10 +8399,6 @@ goldpoint
|
|
|
8399
8399
|
// https://www.iana.org/domains/root/db/golf.html
|
|
8400
8400
|
golf
|
|
8401
8401
|
|
|
8402
|
-
// goo : NTT DOCOMO, INC.
|
|
8403
|
-
// https://www.iana.org/domains/root/db/goo.html
|
|
8404
|
-
goo
|
|
8405
|
-
|
|
8406
8402
|
// goodyear : The Goodyear Tire & Rubber Company
|
|
8407
8403
|
// https://www.iana.org/domains/root/db/goodyear.html
|
|
8408
8404
|
goodyear
|
|
@@ -9483,7 +9479,7 @@ one
|
|
|
9483
9479
|
// https://www.iana.org/domains/root/db/ong.html
|
|
9484
9480
|
ong
|
|
9485
9481
|
|
|
9486
|
-
// onl :
|
|
9482
|
+
// onl : Jolly Host, LLC
|
|
9487
9483
|
// https://www.iana.org/domains/root/db/onl.html
|
|
9488
9484
|
onl
|
|
9489
9485
|
|
|
@@ -9759,7 +9755,7 @@ quest
|
|
|
9759
9755
|
// https://www.iana.org/domains/root/db/racing.html
|
|
9760
9756
|
racing
|
|
9761
9757
|
|
|
9762
|
-
// radio :
|
|
9758
|
+
// radio : Digity, LLC
|
|
9763
9759
|
// https://www.iana.org/domains/root/db/radio.html
|
|
9764
9760
|
radio
|
|
9765
9761
|
|
|
@@ -10463,7 +10459,7 @@ tokyo
|
|
|
10463
10459
|
// https://www.iana.org/domains/root/db/tools.html
|
|
10464
10460
|
tools
|
|
10465
10461
|
|
|
10466
|
-
// top :
|
|
10462
|
+
// top : Hong Kong Zhongze International Limited
|
|
10467
10463
|
// https://www.iana.org/domains/root/db/top.html
|
|
10468
10464
|
top
|
|
10469
10465
|
|
|
@@ -10711,7 +10707,7 @@ watch
|
|
|
10711
10707
|
// https://www.iana.org/domains/root/db/watches.html
|
|
10712
10708
|
watches
|
|
10713
10709
|
|
|
10714
|
-
// weather :
|
|
10710
|
+
// weather : The Weather Company, LLC
|
|
10715
10711
|
// https://www.iana.org/domains/root/db/weather.html
|
|
10716
10712
|
weather
|
|
10717
10713
|
|
|
@@ -10751,7 +10747,7 @@ weir
|
|
|
10751
10747
|
// https://www.iana.org/domains/root/db/whoswho.html
|
|
10752
10748
|
whoswho
|
|
10753
10749
|
|
|
10754
|
-
// wien :
|
|
10750
|
+
// wien : domainworx Service & Management GmbH
|
|
10755
10751
|
// https://www.iana.org/domains/root/db/wien.html
|
|
10756
10752
|
wien
|
|
10757
10753
|
|
|
@@ -10783,10 +10779,6 @@ winners
|
|
|
10783
10779
|
// https://www.iana.org/domains/root/db/wme.html
|
|
10784
10780
|
wme
|
|
10785
10781
|
|
|
10786
|
-
// wolterskluwer : Wolters Kluwer N.V.
|
|
10787
|
-
// https://www.iana.org/domains/root/db/wolterskluwer.html
|
|
10788
|
-
wolterskluwer
|
|
10789
|
-
|
|
10790
10782
|
// woodside : Woodside Petroleum Limited
|
|
10791
10783
|
// https://www.iana.org/domains/root/db/woodside.html
|
|
10792
10784
|
woodside
|
|
@@ -11277,12 +11269,6 @@ poznan.pl
|
|
|
11277
11269
|
wroc.pl
|
|
11278
11270
|
zakopane.pl
|
|
11279
11271
|
|
|
11280
|
-
// 12CHARS : https://12chars.com
|
|
11281
|
-
// Submitted by Kenny Niehage <psl@12chars.com>
|
|
11282
|
-
12chars.dev
|
|
11283
|
-
12chars.it
|
|
11284
|
-
12chars.pro
|
|
11285
|
-
|
|
11286
11272
|
// 1GB LLC : https://www.1gb.ua/
|
|
11287
11273
|
// Submitted by 1GB LLC <noc@1gb.com.ua>
|
|
11288
11274
|
cc.ua
|
|
@@ -11380,6 +11366,8 @@ barsy.ca
|
|
|
11380
11366
|
// Alibaba Cloud API Gateway
|
|
11381
11367
|
// Submitted by Alibaba Cloud Security <cloud_product_security_team@alibaba-inc.com>
|
|
11382
11368
|
alibabacloudcs.com
|
|
11369
|
+
ms.fun
|
|
11370
|
+
ms.show
|
|
11383
11371
|
|
|
11384
11372
|
// all-inkl.com : https://all-inkl.com
|
|
11385
11373
|
// Submitted by Werner Kaltofen <wk@all-inkl.com>
|
|
@@ -11446,7 +11434,7 @@ cloudfront.net
|
|
|
11446
11434
|
|
|
11447
11435
|
// Amazon Cognito
|
|
11448
11436
|
// Submitted by AWS Security <psl-maintainers@amazon.com>
|
|
11449
|
-
// Reference:
|
|
11437
|
+
// Reference: d7d4a954-976e-403e-a010-de9ed0cfbbd1
|
|
11450
11438
|
auth.af-south-1.amazoncognito.com
|
|
11451
11439
|
auth.ap-east-1.amazoncognito.com
|
|
11452
11440
|
auth.ap-northeast-1.amazoncognito.com
|
|
@@ -11485,6 +11473,7 @@ auth.us-west-1.amazoncognito.com
|
|
|
11485
11473
|
auth-fips.us-west-1.amazoncognito.com
|
|
11486
11474
|
auth.us-west-2.amazoncognito.com
|
|
11487
11475
|
auth-fips.us-west-2.amazoncognito.com
|
|
11476
|
+
auth.cognito-idp.eusc-de-east-1.on.amazonwebservices.eu
|
|
11488
11477
|
|
|
11489
11478
|
// Amazon EC2
|
|
11490
11479
|
// Submitted by Luke Wells <psl-maintainers@amazon.com>
|
|
@@ -11708,7 +11697,7 @@ emrstudio-prod.us-west-2.amazonaws.com
|
|
|
11708
11697
|
|
|
11709
11698
|
// Amazon S3
|
|
11710
11699
|
// Submitted by AWS Security <psl-maintainers@amazon.com>
|
|
11711
|
-
// Reference:
|
|
11700
|
+
// Reference: 6f374c1c-1cc9-47de-8b2a-69ca56a3a3b6
|
|
11712
11701
|
s3.dualstack.cn-north-1.amazonaws.com.cn
|
|
11713
11702
|
s3-accesspoint.dualstack.cn-north-1.amazonaws.com.cn
|
|
11714
11703
|
s3-website.dualstack.cn-north-1.amazonaws.com.cn
|
|
@@ -11974,6 +11963,7 @@ s3.dualstack.us-gov-east-1.amazonaws.com
|
|
|
11974
11963
|
s3-accesspoint.dualstack.us-gov-east-1.amazonaws.com
|
|
11975
11964
|
s3-accesspoint-fips.dualstack.us-gov-east-1.amazonaws.com
|
|
11976
11965
|
s3-fips.dualstack.us-gov-east-1.amazonaws.com
|
|
11966
|
+
s3-website.dualstack.us-gov-east-1.amazonaws.com
|
|
11977
11967
|
s3.us-gov-east-1.amazonaws.com
|
|
11978
11968
|
s3-accesspoint.us-gov-east-1.amazonaws.com
|
|
11979
11969
|
s3-accesspoint-fips.us-gov-east-1.amazonaws.com
|
|
@@ -11984,6 +11974,7 @@ s3.dualstack.us-gov-west-1.amazonaws.com
|
|
|
11984
11974
|
s3-accesspoint.dualstack.us-gov-west-1.amazonaws.com
|
|
11985
11975
|
s3-accesspoint-fips.dualstack.us-gov-west-1.amazonaws.com
|
|
11986
11976
|
s3-fips.dualstack.us-gov-west-1.amazonaws.com
|
|
11977
|
+
s3-website.dualstack.us-gov-west-1.amazonaws.com
|
|
11987
11978
|
s3.us-gov-west-1.amazonaws.com
|
|
11988
11979
|
s3-accesspoint.us-gov-west-1.amazonaws.com
|
|
11989
11980
|
s3-accesspoint-fips.us-gov-west-1.amazonaws.com
|
|
@@ -12294,7 +12285,7 @@ lambda-url.us-west-2.on.aws
|
|
|
12294
12285
|
|
|
12295
12286
|
// AWS Transfer Family web apps
|
|
12296
12287
|
// Submitted by AWS Security <psl-maintainers@amazon.com>
|
|
12297
|
-
// Reference:
|
|
12288
|
+
// Reference: 9265cdd3-f017-42ab-98bb-08bf427d3fc9
|
|
12298
12289
|
transfer-webapp.af-south-1.on.aws
|
|
12299
12290
|
transfer-webapp.ap-east-1.on.aws
|
|
12300
12291
|
transfer-webapp.ap-northeast-1.on.aws
|
|
@@ -12307,6 +12298,7 @@ transfer-webapp.ap-southeast-2.on.aws
|
|
|
12307
12298
|
transfer-webapp.ap-southeast-3.on.aws
|
|
12308
12299
|
transfer-webapp.ap-southeast-4.on.aws
|
|
12309
12300
|
transfer-webapp.ap-southeast-5.on.aws
|
|
12301
|
+
transfer-webapp.ap-southeast-7.on.aws
|
|
12310
12302
|
transfer-webapp.ca-central-1.on.aws
|
|
12311
12303
|
transfer-webapp.ca-west-1.on.aws
|
|
12312
12304
|
transfer-webapp.eu-central-1.on.aws
|
|
@@ -12320,6 +12312,7 @@ transfer-webapp.eu-west-3.on.aws
|
|
|
12320
12312
|
transfer-webapp.il-central-1.on.aws
|
|
12321
12313
|
transfer-webapp.me-central-1.on.aws
|
|
12322
12314
|
transfer-webapp.me-south-1.on.aws
|
|
12315
|
+
transfer-webapp.mx-central-1.on.aws
|
|
12323
12316
|
transfer-webapp.sa-east-1.on.aws
|
|
12324
12317
|
transfer-webapp.us-east-1.on.aws
|
|
12325
12318
|
transfer-webapp.us-east-2.on.aws
|
|
@@ -12426,19 +12419,11 @@ myasustor.com
|
|
|
12426
12419
|
// Submitted by Sam Smyth <devloop@atlassian.com>
|
|
12427
12420
|
cdn.prod.atlassian-dev.net
|
|
12428
12421
|
|
|
12429
|
-
// Authentick UG (haftungsbeschränkt) : https://authentick.net
|
|
12430
|
-
// Submitted by Lukas Reschke <lukas@authentick.net>
|
|
12431
|
-
translated.page
|
|
12432
|
-
|
|
12433
12422
|
// AVM : https://avm.de
|
|
12434
12423
|
// Submitted by Andreas Weise <a.weise@avm.de>
|
|
12435
12424
|
myfritz.link
|
|
12436
12425
|
myfritz.net
|
|
12437
12426
|
|
|
12438
|
-
// AVStack Pte. Ltd. : https://avstack.io
|
|
12439
|
-
// Submitted by Jasper Hugo <jasper@avstack.io>
|
|
12440
|
-
onavstack.net
|
|
12441
|
-
|
|
12442
12427
|
// AW AdvisorWebsites.com Software Inc : https://advisorwebsites.com
|
|
12443
12428
|
// Submitted by James Kennedy <domains@advisorwebsites.com>
|
|
12444
12429
|
*.awdev.ca
|
|
@@ -12477,9 +12462,10 @@ beagleboard.io
|
|
|
12477
12462
|
// Submitted by Herman Martinus <admin@bearblog.dev>
|
|
12478
12463
|
bearblog.dev
|
|
12479
12464
|
|
|
12480
|
-
// Beget
|
|
12481
|
-
// Submitted by Lev Nekrasov <
|
|
12465
|
+
// Beget LLC : https://beget.com
|
|
12466
|
+
// Submitted by Lev Nekrasov & Nikita Radchenko <admin@beget.com>
|
|
12482
12467
|
*.beget.app
|
|
12468
|
+
*.begetcdn.cloud
|
|
12483
12469
|
|
|
12484
12470
|
// Besties : https://besties.house
|
|
12485
12471
|
// Submitted by Hazel Cora <hazy@besties.house>
|
|
@@ -12559,6 +12545,10 @@ radio.fm
|
|
|
12559
12545
|
cdn.bubble.io
|
|
12560
12546
|
bubbleapps.io
|
|
12561
12547
|
|
|
12548
|
+
// bwCloud-OS : https://bwcloud-os.de/
|
|
12549
|
+
// Submitted by Klara Mall <dns@bwcloud-os.de>
|
|
12550
|
+
*.bwcloud-os-instance.de
|
|
12551
|
+
|
|
12562
12552
|
// Bytemark Hosting : https://www.bytemark.co.uk
|
|
12563
12553
|
// Submitted by Paul Cammish <paul.cammish@bytemark.co.uk>
|
|
12564
12554
|
uk0.bigv.io
|
|
@@ -12630,7 +12620,8 @@ com.se
|
|
|
12630
12620
|
cx.ua
|
|
12631
12621
|
|
|
12632
12622
|
// Civilized Discourse Construction Kit, Inc. : https://www.discourse.org/
|
|
12633
|
-
// Submitted by Rishabh Nambiar
|
|
12623
|
+
// Submitted by Rishabh Nambiar, Michael Brown, Rafael dos Santos Silva <team@discourse.org>
|
|
12624
|
+
discourse.diy
|
|
12634
12625
|
discourse.group
|
|
12635
12626
|
discourse.team
|
|
12636
12627
|
|
|
@@ -12777,7 +12768,11 @@ ctfcloud.net
|
|
|
12777
12768
|
// Submitted by James Cowling <security@convex.dev>
|
|
12778
12769
|
convex.app
|
|
12779
12770
|
convex.cloud
|
|
12771
|
+
eu-west-1.convex.cloud
|
|
12772
|
+
us-east-1.convex.cloud
|
|
12780
12773
|
convex.site
|
|
12774
|
+
eu-west-1.convex.site
|
|
12775
|
+
us-east-1.convex.site
|
|
12781
12776
|
|
|
12782
12777
|
// Coordination Center for TLD RU and XN--P1AI : https://cctld.ru/en/domains/domens_ru/reserved/
|
|
12783
12778
|
// Submitted by George Georgievsky <gug@cctld.ru>
|
|
@@ -12787,6 +12782,10 @@ gov.ru
|
|
|
12787
12782
|
int.ru
|
|
12788
12783
|
mil.ru
|
|
12789
12784
|
|
|
12785
|
+
// CoreSpeed, Inc. : https://corespeed.io
|
|
12786
|
+
// Submitted by CoreSpeed Team <ops@corespeed.io>
|
|
12787
|
+
corespeed.app
|
|
12788
|
+
|
|
12790
12789
|
// COSIMO GmbH : http://www.cosimo.de
|
|
12791
12790
|
// Submitted by Rene Marticke <rmarticke@cosimo.de>
|
|
12792
12791
|
dyn.cosidns.de
|
|
@@ -12885,6 +12884,7 @@ definima.net
|
|
|
12885
12884
|
deno.dev
|
|
12886
12885
|
deno-staging.dev
|
|
12887
12886
|
deno.net
|
|
12887
|
+
sandbox.deno.net
|
|
12888
12888
|
|
|
12889
12889
|
// deSEC : https://desec.io/
|
|
12890
12890
|
// Submitted by Peter Thomassen <peter@desec.io>
|
|
@@ -12895,6 +12895,11 @@ dedyn.io
|
|
|
12895
12895
|
deta.app
|
|
12896
12896
|
deta.dev
|
|
12897
12897
|
|
|
12898
|
+
// Deuxfleurs : https://deuxfleurs.fr
|
|
12899
|
+
// Submitted by Aeddis Desauw <ca@deuxfleurs.fr>
|
|
12900
|
+
deuxfleurs.eu
|
|
12901
|
+
deuxfleurs.page
|
|
12902
|
+
|
|
12898
12903
|
// Developed Methods LLC : https://methods.dev
|
|
12899
12904
|
// Submitted by Patrick Lorio <security@playit.gg>
|
|
12900
12905
|
*.at.ply.gg
|
|
@@ -12915,7 +12920,11 @@ caffeine.site
|
|
|
12915
12920
|
caffeine.xyz
|
|
12916
12921
|
|
|
12917
12922
|
// dhosting.pl Sp. z o.o. : https://dhosting.pl/
|
|
12918
|
-
// Submitted by
|
|
12923
|
+
// Submitted by Szczepan Redzioch <bok@dhosting.pl>
|
|
12924
|
+
mybox.company
|
|
12925
|
+
intouch.email
|
|
12926
|
+
mybox.me
|
|
12927
|
+
mybox.page
|
|
12919
12928
|
dfirma.pl
|
|
12920
12929
|
dkonto.pl
|
|
12921
12930
|
you2.pl
|
|
@@ -13273,21 +13282,33 @@ dyndns.ws
|
|
|
13273
13282
|
mypets.ws
|
|
13274
13283
|
|
|
13275
13284
|
// Dynu.com : https://www.dynu.com/
|
|
13276
|
-
// Submitted by Sue Ye <
|
|
13285
|
+
// Submitted by Sue Ye <psl-contact@dynu.com>
|
|
13286
|
+
1cooldns.com
|
|
13287
|
+
bumbleshrimp.com
|
|
13277
13288
|
ddnsfree.com
|
|
13278
13289
|
ddnsgeek.com
|
|
13290
|
+
ddnsguru.com
|
|
13291
|
+
dynuddns.com
|
|
13292
|
+
dynuhosting.com
|
|
13279
13293
|
giize.com
|
|
13280
13294
|
gleeze.com
|
|
13281
13295
|
kozow.com
|
|
13282
13296
|
loseyourip.com
|
|
13283
13297
|
ooguy.com
|
|
13298
|
+
pivohosting.com
|
|
13284
13299
|
theworkpc.com
|
|
13300
|
+
wiredbladehosting.com
|
|
13285
13301
|
casacam.net
|
|
13286
13302
|
dynu.net
|
|
13303
|
+
dynuddns.net
|
|
13304
|
+
mysynology.net
|
|
13305
|
+
opik.net
|
|
13306
|
+
spryt.net
|
|
13287
13307
|
accesscam.org
|
|
13288
13308
|
camdvr.org
|
|
13289
13309
|
freeddns.org
|
|
13290
13310
|
mywire.org
|
|
13311
|
+
roxa.org
|
|
13291
13312
|
webredirect.org
|
|
13292
13313
|
myddns.rocks
|
|
13293
13314
|
|
|
@@ -13957,6 +13978,12 @@ heliohost.us
|
|
|
13957
13978
|
// Submitted by David Grellscheid <admin@hepforge.org>
|
|
13958
13979
|
hepforge.org
|
|
13959
13980
|
|
|
13981
|
+
// Hercules : https://hercules.app
|
|
13982
|
+
// Submitted by Brendan Falk <security@hercules.app>
|
|
13983
|
+
onhercules.app
|
|
13984
|
+
hercules-app.com
|
|
13985
|
+
hercules-dev.com
|
|
13986
|
+
|
|
13960
13987
|
// Heroku : https://www.heroku.com/
|
|
13961
13988
|
// Submitted by Shumon Huque <public-dns@salesforce.com>
|
|
13962
13989
|
herokuapp.com
|
|
@@ -14048,6 +14075,7 @@ iliadboxos.it
|
|
|
14048
14075
|
|
|
14049
14076
|
// Imagine : https://imagine.dev
|
|
14050
14077
|
// Submitted by Steven Nguyen <security@imagine.dev>
|
|
14078
|
+
imagine.diy
|
|
14051
14079
|
imagine-proxy.work
|
|
14052
14080
|
|
|
14053
14081
|
// Incsub, LLC : https://incsub.com/
|
|
@@ -14058,10 +14086,6 @@ wpmucdn.com
|
|
|
14058
14086
|
tempurl.host
|
|
14059
14087
|
wpmudev.host
|
|
14060
14088
|
|
|
14061
|
-
// Indevs : https://indevs.in
|
|
14062
|
-
// Submitted by Sudheer Bhuvana <security@admin.indevs.in>
|
|
14063
|
-
indevs.in
|
|
14064
|
-
|
|
14065
14089
|
// Individual Network Berlin e.V. : https://www.in-berlin.de/
|
|
14066
14090
|
// Submitted by Christian Seitz <chris@in-berlin.de>
|
|
14067
14091
|
dyn-berlin.de
|
|
@@ -14277,7 +14301,6 @@ jouwweb.site
|
|
|
14277
14301
|
|
|
14278
14302
|
// Joyent : https://www.joyent.com/
|
|
14279
14303
|
// Submitted by Brian Bennett <brian.bennett@joyent.com>
|
|
14280
|
-
*.cns.joyent.com
|
|
14281
14304
|
*.triton.zone
|
|
14282
14305
|
|
|
14283
14306
|
// JS.ORG : http://dns.js.org
|
|
@@ -14293,11 +14316,22 @@ khplay.nl
|
|
|
14293
14316
|
// Submitted by Tomi Juntunen <erani@kapsi.fi>
|
|
14294
14317
|
kapsi.fi
|
|
14295
14318
|
|
|
14319
|
+
// KataBump : https://katabump.com
|
|
14320
|
+
// Submitted by Thibault Lapeyre <contact@katabump.com>
|
|
14321
|
+
kdns.fr
|
|
14322
|
+
|
|
14296
14323
|
// Katholieke Universiteit Leuven : https://www.kuleuven.be
|
|
14297
14324
|
// Submitted by Abuse KU Leuven <abuse@kuleuven.be>
|
|
14298
14325
|
ezproxy.kuleuven.be
|
|
14299
14326
|
kuleuven.cloud
|
|
14300
14327
|
|
|
14328
|
+
// Keenetic : https://keenetic.com
|
|
14329
|
+
// Submitted by Alexey Nikitin <cloud@keenetic.net>
|
|
14330
|
+
keenetic.io
|
|
14331
|
+
keenetic.link
|
|
14332
|
+
keenetic.name
|
|
14333
|
+
keenetic.pro
|
|
14334
|
+
|
|
14301
14335
|
// Kevin Service : https://kevsrv.me
|
|
14302
14336
|
// Submitted by Kevin Service Team <cs@kevsrv.me>
|
|
14303
14337
|
ae.kg
|
|
@@ -14306,6 +14340,11 @@ ae.kg
|
|
|
14306
14340
|
// Submitted by Martin Dannehl <postmaster@keymachine.de>
|
|
14307
14341
|
keymachine.de
|
|
14308
14342
|
|
|
14343
|
+
// Kilo Code, Inc. : https://kilo.ai
|
|
14344
|
+
// Submitted by Remon Oldenbeuving <security@kilocode.ai>
|
|
14345
|
+
kiloapps.ai
|
|
14346
|
+
kiloapps.io
|
|
14347
|
+
|
|
14309
14348
|
// KingHost : https://king.host
|
|
14310
14349
|
// Submitted by Felipe Keller Braz <felipebraz@kinghost.com.br>
|
|
14311
14350
|
kinghost.net
|
|
@@ -14335,6 +14374,8 @@ co.de
|
|
|
14335
14374
|
|
|
14336
14375
|
// Laravel Holdings, Inc. : https://laravel.com
|
|
14337
14376
|
// Submitted by André Valentin & James Brooks <security@laravel.com>
|
|
14377
|
+
shiptoday.app
|
|
14378
|
+
shiptoday.build
|
|
14338
14379
|
laravel.cloud
|
|
14339
14380
|
on-forge.com
|
|
14340
14381
|
on-vapor.com
|
|
@@ -14598,9 +14639,15 @@ westus2.azurestaticapps.net
|
|
|
14598
14639
|
azurewebsites.net
|
|
14599
14640
|
cloudapp.net
|
|
14600
14641
|
trafficmanager.net
|
|
14642
|
+
blob.core.usgovcloudapi.net
|
|
14643
|
+
file.core.usgovcloudapi.net
|
|
14644
|
+
web.core.usgovcloudapi.net
|
|
14601
14645
|
servicebus.usgovcloudapi.net
|
|
14602
14646
|
usgovcloudapp.net
|
|
14647
|
+
usgovtrafficmanager.net
|
|
14603
14648
|
blob.core.windows.net
|
|
14649
|
+
file.core.windows.net
|
|
14650
|
+
web.core.windows.net
|
|
14604
14651
|
servicebus.windows.net
|
|
14605
14652
|
azure-api.us
|
|
14606
14653
|
azurewebsites.us
|
|
@@ -14621,6 +14668,11 @@ same-preview.com
|
|
|
14621
14668
|
// Submitted by Robert Böttinger <r@minion.systems>
|
|
14622
14669
|
csx.cc
|
|
14623
14670
|
|
|
14671
|
+
// Miren, Inc. : https://miren.dev
|
|
14672
|
+
// Submitted by Miren Product Team <team-product@miren.dev>
|
|
14673
|
+
miren.app
|
|
14674
|
+
miren.systems
|
|
14675
|
+
|
|
14624
14676
|
// Mittwald CM Service GmbH & Co. KG : https://mittwald.de
|
|
14625
14677
|
// Submitted by Marco Rieger <security@mittwald.de>
|
|
14626
14678
|
mydbserver.com
|
|
@@ -14650,6 +14702,10 @@ net.ru
|
|
|
14650
14702
|
org.ru
|
|
14651
14703
|
pp.ru
|
|
14652
14704
|
|
|
14705
|
+
// MyOwn srl : https://www.myown.eu/
|
|
14706
|
+
// Submitted by Stephane Bouvard <support@myown.eu>
|
|
14707
|
+
my.be
|
|
14708
|
+
|
|
14653
14709
|
// Mythic Beasts : https://www.mythic-beasts.com
|
|
14654
14710
|
// Submitted by Paul Cammish <kelduum@mythic-beasts.com>
|
|
14655
14711
|
hostedpi.com
|
|
@@ -14975,7 +15031,6 @@ can.re
|
|
|
14975
15031
|
// Submitted by Authgear Team <hello@authgear.com> & Skygear Developer <hello@skygear.io>
|
|
14976
15032
|
authgear-staging.com
|
|
14977
15033
|
authgearapps.com
|
|
14978
|
-
skygearapp.com
|
|
14979
15034
|
|
|
14980
15035
|
// OutSystems
|
|
14981
15036
|
// Submitted by Duarte Santos <domain-admin@outsystemscloud.com>
|
|
@@ -15092,8 +15147,9 @@ xen.prgmr.com
|
|
|
15092
15147
|
priv.at
|
|
15093
15148
|
|
|
15094
15149
|
// PROJECT ELIV : https://eliv.kr/
|
|
15095
|
-
// Submitted by PROJECT ELIV
|
|
15150
|
+
// Submitted by PROJECT ELIV DomainName Team <team@eliv.kr>
|
|
15096
15151
|
c01.kr
|
|
15152
|
+
eliv-api.kr
|
|
15097
15153
|
eliv-cdn.kr
|
|
15098
15154
|
eliv-dns.kr
|
|
15099
15155
|
mmv.kr
|
|
@@ -15395,7 +15451,20 @@ sakura.tv
|
|
|
15395
15451
|
*.dev-builder.code.com
|
|
15396
15452
|
*.stg-builder.code.com
|
|
15397
15453
|
*.001.test.code-builder-stg.platform.salesforce.com
|
|
15454
|
+
*.aa.crm.dev
|
|
15455
|
+
*.ab.crm.dev
|
|
15456
|
+
*.ac.crm.dev
|
|
15457
|
+
*.ad.crm.dev
|
|
15458
|
+
*.ae.crm.dev
|
|
15459
|
+
*.af.crm.dev
|
|
15460
|
+
*.ci.crm.dev
|
|
15398
15461
|
*.d.crm.dev
|
|
15462
|
+
*.pa.crm.dev
|
|
15463
|
+
*.pb.crm.dev
|
|
15464
|
+
*.pc.crm.dev
|
|
15465
|
+
*.pd.crm.dev
|
|
15466
|
+
*.pe.crm.dev
|
|
15467
|
+
*.pf.crm.dev
|
|
15399
15468
|
*.w.crm.dev
|
|
15400
15469
|
*.wa.crm.dev
|
|
15401
15470
|
*.wb.crm.dev
|
|
@@ -15603,6 +15672,10 @@ try-snowplow.com
|
|
|
15603
15672
|
// Submitted by Michal Zalewski <security@mafelo.com>
|
|
15604
15673
|
mafelo.net
|
|
15605
15674
|
|
|
15675
|
+
// Solana Name Service : https://sns.id
|
|
15676
|
+
// Submitted by Solana Name Service <contact@sns.id>
|
|
15677
|
+
sol.site
|
|
15678
|
+
|
|
15606
15679
|
// Sony Interactive Entertainment LLC : https://sie.com/
|
|
15607
15680
|
// Submitted by David Coles <david.coles@sony.com>
|
|
15608
15681
|
playstation-cloud.com
|
|
@@ -15624,6 +15697,10 @@ my.de
|
|
|
15624
15697
|
*.nxa.eu
|
|
15625
15698
|
nx.gw
|
|
15626
15699
|
|
|
15700
|
+
// Spawnbase : https://spawnbase.ai
|
|
15701
|
+
// Submitted by Alexander Zuev <security@spawnbase.ai>
|
|
15702
|
+
spawnbase.app
|
|
15703
|
+
|
|
15627
15704
|
// SpeedPartner GmbH : https://www.speedpartner.de/
|
|
15628
15705
|
// Submitted by Stefan Neufeind <info@speedpartner.de>
|
|
15629
15706
|
customer.speedpartner.de
|
|
@@ -15669,6 +15746,10 @@ stackit.rocks
|
|
|
15669
15746
|
stackit.run
|
|
15670
15747
|
stackit.zone
|
|
15671
15748
|
|
|
15749
|
+
// Stackryze : https://stackryze.com
|
|
15750
|
+
// Submitted by Sudheer Bhuvana <security@stackryze.com>
|
|
15751
|
+
indevs.in
|
|
15752
|
+
|
|
15672
15753
|
// Staclar : https://staclar.com
|
|
15673
15754
|
// Submitted by Q Misell <q@staclar.com>
|
|
15674
15755
|
// Submitted by Matthias Merkel <matthias.merkel@staclar.com>
|
|
@@ -15909,22 +15990,6 @@ tunnelmole.net
|
|
|
15909
15990
|
// Submitted by TuxFamily administrators <adm@staff.tuxfamily.org>
|
|
15910
15991
|
tuxfamily.org
|
|
15911
15992
|
|
|
15912
|
-
// TwoDNS : https://www.twodns.de/
|
|
15913
|
-
// Submitted by TwoDNS-Support <support@two-dns.de>
|
|
15914
|
-
dd-dns.de
|
|
15915
|
-
dray-dns.de
|
|
15916
|
-
draydns.de
|
|
15917
|
-
dyn-vpn.de
|
|
15918
|
-
dynvpn.de
|
|
15919
|
-
mein-vigor.de
|
|
15920
|
-
my-vigor.de
|
|
15921
|
-
my-wan.de
|
|
15922
|
-
syno-ds.de
|
|
15923
|
-
synology-diskstation.de
|
|
15924
|
-
synology-ds.de
|
|
15925
|
-
diskstation.eu
|
|
15926
|
-
diskstation.org
|
|
15927
|
-
|
|
15928
15993
|
// Typedream : https://typedream.com
|
|
15929
15994
|
// Submitted by Putri Karunia <putri@typedream.com>
|
|
15930
15995
|
typedream.app
|
|
@@ -16107,6 +16172,11 @@ localcert.net
|
|
|
16107
16172
|
windsurf.app
|
|
16108
16173
|
windsurf.build
|
|
16109
16174
|
|
|
16175
|
+
// WirelessCar : https://wirelesscar.com
|
|
16176
|
+
// Submitted by Martin Lindberg <drive-platform@wirelesscar.com>
|
|
16177
|
+
drive-platform.com
|
|
16178
|
+
drive-platform.io
|
|
16179
|
+
|
|
16110
16180
|
// WISP : https://wisp.gg
|
|
16111
16181
|
// Submitted by Stepan Fedotov <stepan@wisp.gg>
|
|
16112
16182
|
panel.gg
|
|
@@ -16114,6 +16184,8 @@ daemon.panel.gg
|
|
|
16114
16184
|
|
|
16115
16185
|
// Wix.com, Inc. : https://www.wix.com
|
|
16116
16186
|
// Submitted by Shahar Talmi / Alon Kochba <publicsuffixlist@wix.com>
|
|
16187
|
+
base44.app
|
|
16188
|
+
base44-sandbox.com
|
|
16117
16189
|
wixsite.com
|
|
16118
16190
|
wixstudio.com
|
|
16119
16191
|
editorx.io
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: public_suffix
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.0.
|
|
4
|
+
version: 7.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Simone Carletti
|
|
@@ -20,6 +20,7 @@ extra_rdoc_files:
|
|
|
20
20
|
files:
|
|
21
21
|
- ".yardopts"
|
|
22
22
|
- CHANGELOG.md
|
|
23
|
+
- Gemfile
|
|
23
24
|
- LICENSE.txt
|
|
24
25
|
- README.md
|
|
25
26
|
- SECURITY.md
|
|
@@ -36,9 +37,9 @@ licenses:
|
|
|
36
37
|
metadata:
|
|
37
38
|
bug_tracker_uri: https://github.com/weppos/publicsuffix-ruby/issues
|
|
38
39
|
changelog_uri: https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md
|
|
39
|
-
documentation_uri: https://rubydoc.info/gems/public_suffix/7.0.
|
|
40
|
+
documentation_uri: https://rubydoc.info/gems/public_suffix/7.0.5
|
|
40
41
|
homepage_uri: https://simonecarletti.com/code/publicsuffix-ruby
|
|
41
|
-
source_code_uri: https://github.com/weppos/publicsuffix-ruby/tree/v7.0.
|
|
42
|
+
source_code_uri: https://github.com/weppos/publicsuffix-ruby/tree/v7.0.5
|
|
42
43
|
funding_uri: https://github.com/sponsors/weppos
|
|
43
44
|
rdoc_options: []
|
|
44
45
|
require_paths:
|