@browserless.io/browserless 2.16.0 → 2.17.0-beta-1

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.
Files changed (65) hide show
  1. package/CHANGELOG.md +5 -1
  2. package/bin/browserless.js +6 -4
  3. package/bin/scaffold/src/hello-world.http.ts +1 -1
  4. package/build/browserless.js +1 -1
  5. package/build/config.d.ts +6 -0
  6. package/build/config.js +6 -0
  7. package/build/routes/chrome/http/content.post.body.json +38 -8
  8. package/build/routes/chrome/http/pdf.post.body.json +38 -8
  9. package/build/routes/chrome/http/scrape.post.body.json +38 -8
  10. package/build/routes/chrome/http/screenshot.post.body.json +38 -8
  11. package/build/routes/chromium/http/content.post.body.json +38 -8
  12. package/build/routes/chromium/http/pdf.post.body.json +38 -8
  13. package/build/routes/chromium/http/scrape.post.body.json +38 -8
  14. package/build/routes/chromium/http/screenshot.post.body.json +38 -8
  15. package/build/server.js +1 -1
  16. package/extensions/ublock/_locales/be/messages.json +1 -1
  17. package/extensions/ublock/_locales/br_FR/messages.json +2 -2
  18. package/extensions/ublock/_locales/bs/messages.json +5 -5
  19. package/extensions/ublock/_locales/eu/messages.json +1 -1
  20. package/extensions/ublock/_locales/it/messages.json +21 -21
  21. package/extensions/ublock/_locales/kn/messages.json +13 -13
  22. package/extensions/ublock/_locales/lt/messages.json +1 -1
  23. package/extensions/ublock/_locales/ms/messages.json +9 -9
  24. package/extensions/ublock/_locales/nb/messages.json +2 -2
  25. package/extensions/ublock/_locales/no/messages.json +2 -2
  26. package/extensions/ublock/_locales/sv/messages.json +2 -2
  27. package/extensions/ublock/_locales/tr/messages.json +4 -4
  28. package/extensions/ublock/_locales/zh_TW/messages.json +17 -17
  29. package/extensions/ublock/assets/assets.json +4 -3
  30. package/extensions/ublock/assets/resources/scriptlets.js +208 -57
  31. package/extensions/ublock/assets/thirdparties/easylist/easylist.txt +3584 -4032
  32. package/extensions/ublock/assets/thirdparties/easylist/easyprivacy.txt +3732 -1683
  33. package/extensions/ublock/assets/thirdparties/pgl.yoyo.org/as/serverlist +27 -205
  34. package/extensions/ublock/assets/thirdparties/publicsuffix.org/list/effective_tld_names.dat +465 -434
  35. package/extensions/ublock/assets/thirdparties/urlhaus-filter/urlhaus-filter-online.txt +3232 -1382
  36. package/extensions/ublock/assets/ublock/badware.min.txt +867 -408
  37. package/extensions/ublock/assets/ublock/filters.min.txt +1382 -937
  38. package/extensions/ublock/assets/ublock/privacy.min.txt +43 -56
  39. package/extensions/ublock/assets/ublock/quick-fixes.min.txt +127 -71
  40. package/extensions/ublock/assets/ublock/unbreak.min.txt +145 -27
  41. package/extensions/ublock/js/contentscript-extra.js +25 -0
  42. package/extensions/ublock/js/contentscript.js +3 -1
  43. package/extensions/ublock/js/cosmetic-filtering.js +8 -7
  44. package/extensions/ublock/js/dom.js +8 -4
  45. package/extensions/ublock/js/epicker-ui.js +1 -1
  46. package/extensions/ublock/js/s14e-serializer.js +2 -1
  47. package/extensions/ublock/js/static-filtering-parser.js +255 -254
  48. package/extensions/ublock/js/storage.js +7 -6
  49. package/extensions/ublock/js/traffic.js +33 -34
  50. package/extensions/ublock/manifest.json +1 -1
  51. package/extensions/ublock/popup-fenix.html +1 -1
  52. package/package.json +15 -15
  53. package/src/browserless.ts +1 -1
  54. package/src/config.ts +9 -0
  55. package/src/server.ts +1 -1
  56. package/static/debugger/index.html +1 -1
  57. package/static/debugger/router.js +1 -0
  58. package/static/debugger/tracker.js +1 -1
  59. package/static/docs/swagger.json +40 -10
  60. package/static/docs/swagger.min.json +39 -9
  61. package/static/function/client.js +4120 -16782
  62. package/static/function/index.html +4120 -16782
  63. package/static/debugger/router.bundle.js +0 -2
  64. package/static/debugger/router.bundle.js.map +0 -1
  65. package/static/debugger/router.d.ts +0 -2
@@ -32,22 +32,30 @@ ac.ae
32
32
  gov.ae
33
33
  mil.ae
34
34
 
35
- // aero : see https://www.information.aero/index.php?id=66
35
+ // aero : https://information.aero/registration/policies/dmp
36
36
  aero
37
+ // 2LDs
38
+ airline.aero
39
+ airport.aero
40
+ // 2LDs (currently not accepting registration, seemingly never have)
41
+ // As of 2024-07, these are marked as reserved for potential 3LD
42
+ // registrations (clause 11 "allocated subdomains" in the 2006 TLD
43
+ // policy), but the relevant industry partners have not opened them up
44
+ // for registration. Current status can be determined from the TLD's
45
+ // policy document: 2LDs that are open for registration must list
46
+ // their policy in the TLD's policy. Any 2LD without such a policy is
47
+ // not open for registrations.
37
48
  accident-investigation.aero
38
49
  accident-prevention.aero
39
50
  aerobatic.aero
40
51
  aeroclub.aero
41
52
  aerodrome.aero
42
53
  agents.aero
43
- aircraft.aero
44
- airline.aero
45
- airport.aero
46
54
  air-surveillance.aero
47
- airtraffic.aero
48
55
  air-traffic-control.aero
56
+ aircraft.aero
57
+ airtraffic.aero
49
58
  ambulance.aero
50
- amusement.aero
51
59
  association.aero
52
60
  author.aero
53
61
  ballooning.aero
@@ -78,6 +86,7 @@ exchange.aero
78
86
  express.aero
79
87
  federation.aero
80
88
  flight.aero
89
+ freight.aero
81
90
  fuel.aero
82
91
  gliding.aero
83
92
  government.aero
@@ -92,6 +101,7 @@ leasing.aero
92
101
  logistics.aero
93
102
  magazine.aero
94
103
  maintenance.aero
104
+ marketplace.aero
95
105
  media.aero
96
106
  microlight.aero
97
107
  modelling.aero
@@ -114,6 +124,7 @@ show.aero
114
124
  skydiving.aero
115
125
  software.aero
116
126
  student.aero
127
+ taxi.aero
117
128
  trader.aero
118
129
  trading.aero
119
130
  trainer.aero
@@ -675,7 +686,6 @@ mil.by
675
686
  // second-level domain, but it's being used as one (see www.google.com.by and
676
687
  // www.yahoo.com.by, for example), so we list it here for safety's sake.
677
688
  com.by
678
-
679
689
  // http://hoster.by/
680
690
  of.by
681
691
 
@@ -1015,13 +1025,12 @@ net.et
1015
1025
  // eu : https://en.wikipedia.org/wiki/.eu
1016
1026
  eu
1017
1027
 
1018
- // fi : https://en.wikipedia.org/wiki/.fi
1028
+ // fi : https://www.iana.org/domains/root/db/fi.html
1019
1029
  fi
1020
- // aland.fi : https://en.wikipedia.org/wiki/.ax
1030
+ // aland.fi : https://www.iana.org/domains/root/db/ax.html
1021
1031
  // This domain is being phased out in favor of .ax. As there are still many
1022
1032
  // domains under aland.fi, we still keep it on the list until aland.fi is
1023
1033
  // completely removed.
1024
- // TODO: Check for updates (expected to be phased out around Q1/2009)
1025
1034
  aland.fi
1026
1035
 
1027
1036
  // fj : http://domains.fj/
@@ -6710,7 +6719,7 @@ org.zw
6710
6719
 
6711
6720
  // newGTLDs
6712
6721
 
6713
- // List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2024-05-04T15:12:50Z
6722
+ // List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2024-07-12T15:14:39Z
6714
6723
  // This list is auto-generated, don't edit it manually.
6715
6724
  // aaa : American Automobile Association, Inc.
6716
6725
  // https://www.iana.org/domains/root/db/aaa.html
@@ -8976,7 +8985,7 @@ lotte
8976
8985
  // https://www.iana.org/domains/root/db/lotto.html
8977
8986
  lotto
8978
8987
 
8979
- // love : Merchant Law Group LLP
8988
+ // love : Waterford Limited
8980
8989
  // https://www.iana.org/domains/root/db/love.html
8981
8990
  love
8982
8991
 
@@ -9228,10 +9237,6 @@ nab
9228
9237
  // https://www.iana.org/domains/root/db/nagoya.html
9229
9238
  nagoya
9230
9239
 
9231
- // natura : NATURA COSMÉTICOS S.A.
9232
- // https://www.iana.org/domains/root/db/natura.html
9233
- natura
9234
-
9235
9240
  // navy : Dog Beach, LLC
9236
9241
  // https://www.iana.org/domains/root/db/navy.html
9237
9242
  navy
@@ -10004,10 +10009,6 @@ shangrila
10004
10009
  // https://www.iana.org/domains/root/db/sharp.html
10005
10010
  sharp
10006
10011
 
10007
- // shaw : Shaw Cablesystems G.P.
10008
- // https://www.iana.org/domains/root/db/shaw.html
10009
- shaw
10010
-
10011
10012
  // shell : Shell Information Technology International Inc
10012
10013
  // https://www.iana.org/domains/root/db/shell.html
10013
10014
  shell
@@ -10500,7 +10501,7 @@ ups
10500
10501
  // https://www.iana.org/domains/root/db/vacations.html
10501
10502
  vacations
10502
10503
 
10503
- // vana : Internet Naming Company LLC
10504
+ // vana : D3 Registry LLC
10504
10505
  // https://www.iana.org/domains/root/db/vana.html
10505
10506
  vana
10506
10507
 
@@ -11209,10 +11210,6 @@ aaa.vodka
11209
11210
  a2hosted.com
11210
11211
  cpserver.com
11211
11212
 
11212
- // Aaron Marais' Gitlab pages: https://lab.aaronleem.co.za
11213
- // Submitted by Aaron Marais <its_me@aaronleem.co.za>
11214
- graphox.us
11215
-
11216
11213
  // accesso Technology Group, plc. : https://accesso.com/
11217
11214
  // Submitted by accesso Team <accessoecommerce@accesso.com>
11218
11215
  *.devcdnaccesso.com
@@ -11350,8 +11347,9 @@ cloudfront.net
11350
11347
 
11351
11348
  // Amazon Cognito
11352
11349
  // Submitted by AWS Security <psl-maintainers@amazon.com>
11353
- // Reference: 09588633-91fe-49d8-b4e7-ec36496d11f3
11350
+ // Reference: cb38c251-c93d-4cda-81ec-e72c4f0fdb72
11354
11351
  auth.af-south-1.amazoncognito.com
11352
+ auth.ap-east-1.amazoncognito.com
11355
11353
  auth.ap-northeast-1.amazoncognito.com
11356
11354
  auth.ap-northeast-2.amazoncognito.com
11357
11355
  auth.ap-northeast-3.amazoncognito.com
@@ -11362,6 +11360,7 @@ auth.ap-southeast-2.amazoncognito.com
11362
11360
  auth.ap-southeast-3.amazoncognito.com
11363
11361
  auth.ap-southeast-4.amazoncognito.com
11364
11362
  auth.ca-central-1.amazoncognito.com
11363
+ auth.ca-west-1.amazoncognito.com
11365
11364
  auth.eu-central-1.amazoncognito.com
11366
11365
  auth.eu-central-2.amazoncognito.com
11367
11366
  auth.eu-north-1.amazoncognito.com
@@ -11387,9 +11386,9 @@ auth-fips.us-west-2.amazoncognito.com
11387
11386
  // Amazon EC2
11388
11387
  // Submitted by Luke Wells <psl-maintainers@amazon.com>
11389
11388
  // Reference: 4c38fa71-58ac-4768-99e5-689c1767e537
11389
+ *.compute.amazonaws.com.cn
11390
11390
  *.compute.amazonaws.com
11391
11391
  *.compute-1.amazonaws.com
11392
- *.compute.amazonaws.com.cn
11393
11392
  us-east-1.amazonaws.com
11394
11393
 
11395
11394
  // Amazon EMR
@@ -11497,23 +11496,32 @@ emrstudio-prod.us-west-2.amazonaws.com
11497
11496
 
11498
11497
  // Amazon Managed Workflows for Apache Airflow
11499
11498
  // Submitted by AWS Security <psl-maintainers@amazon.com>
11500
- // Reference: 87f24ece-a77e-40e8-bb4a-f6b74fe9f975
11499
+ // Reference: f5ea5d0a-ec6a-4f23-ac1c-553fbff13f5c
11501
11500
  *.cn-north-1.airflow.amazonaws.com.cn
11502
11501
  *.cn-northwest-1.airflow.amazonaws.com.cn
11503
11502
  *.af-south-1.airflow.amazonaws.com
11504
11503
  *.ap-east-1.airflow.amazonaws.com
11505
11504
  *.ap-northeast-1.airflow.amazonaws.com
11506
11505
  *.ap-northeast-2.airflow.amazonaws.com
11506
+ *.ap-northeast-3.airflow.amazonaws.com
11507
11507
  *.ap-south-1.airflow.amazonaws.com
11508
+ *.ap-south-2.airflow.amazonaws.com
11508
11509
  *.ap-southeast-1.airflow.amazonaws.com
11509
11510
  *.ap-southeast-2.airflow.amazonaws.com
11511
+ *.ap-southeast-3.airflow.amazonaws.com
11512
+ *.ap-southeast-4.airflow.amazonaws.com
11510
11513
  *.ca-central-1.airflow.amazonaws.com
11514
+ *.ca-west-1.airflow.amazonaws.com
11511
11515
  *.eu-central-1.airflow.amazonaws.com
11516
+ *.eu-central-2.airflow.amazonaws.com
11512
11517
  *.eu-north-1.airflow.amazonaws.com
11513
11518
  *.eu-south-1.airflow.amazonaws.com
11519
+ *.eu-south-2.airflow.amazonaws.com
11514
11520
  *.eu-west-1.airflow.amazonaws.com
11515
11521
  *.eu-west-2.airflow.amazonaws.com
11516
11522
  *.eu-west-3.airflow.amazonaws.com
11523
+ *.il-central-1.airflow.amazonaws.com
11524
+ *.me-central-1.airflow.amazonaws.com
11517
11525
  *.me-south-1.airflow.amazonaws.com
11518
11526
  *.sa-east-1.airflow.amazonaws.com
11519
11527
  *.us-east-1.airflow.amazonaws.com
@@ -11908,6 +11916,11 @@ studio.us-west-2.sagemaker.aws
11908
11916
  studio.cn-north-1.sagemaker.com.cn
11909
11917
  studio.cn-northwest-1.sagemaker.com.cn
11910
11918
 
11919
+ // Amazon SageMaker with MLflow
11920
+ // Submited by: AWS Security <psl-maintainers@amazon.com>
11921
+ // Reference: c19f92b3-a82a-452d-8189-831b572eea7e
11922
+ *.experiments.sagemaker.aws
11923
+
11911
11924
  // Analytics on AWS
11912
11925
  // Submitted by AWS Security <psl-maintainers@amazon.com>
11913
11926
  // Reference: 955f9f40-a495-4e73-ae85-67b77ac9cadd
@@ -11924,8 +11937,8 @@ analytics-gateway.us-west-2.amazonaws.com
11924
11937
 
11925
11938
  // AWS Amplify
11926
11939
  // Submitted by AWS Security <psl-maintainers@amazon.com>
11927
- // Reference: 5ecce854-c033-4fc4-a755-1a9916d9a9bb
11928
- *.amplifyapp.com
11940
+ // Reference: c35bed18-6f4f-424f-9298-5756f2f7d72b
11941
+ amplifyapp.com
11929
11942
 
11930
11943
  // AWS App Runner
11931
11944
  // Submitted by AWS Security <psl-maintainers@amazon.com>
@@ -12151,10 +12164,6 @@ ecommerce-shop.pl
12151
12164
  // Submitted by Olivier Benz <olivier.benz@b-data.ch>
12152
12165
  b-data.io
12153
12166
 
12154
- // backplane : https://www.backplane.io
12155
- // Submitted by Anthony Voutas <anthony@backplane.io>
12156
- backplaneapp.io
12157
-
12158
12167
  // Balena : https://www.balena.io
12159
12168
  // Submitted by Petros Angelatos <petrosagg@balena.io>
12160
12169
  balena-devices.com
@@ -12288,26 +12297,26 @@ ju.mp
12288
12297
 
12289
12298
  // CentralNic : http://www.centralnic.com/names/domains
12290
12299
  // Submitted by registry <gavin.brown@centralnic.com>
12291
- ae.org
12300
+ za.bz
12292
12301
  br.com
12293
12302
  cn.com
12294
- com.de
12295
- com.se
12296
12303
  de.com
12297
12304
  eu.com
12298
- gb.net
12299
- hu.net
12300
- jp.net
12301
12305
  jpn.com
12302
12306
  mex.com
12303
12307
  ru.com
12304
12308
  sa.com
12305
- se.net
12306
12309
  uk.com
12307
- uk.net
12308
12310
  us.com
12309
- za.bz
12310
12311
  za.com
12312
+ com.de
12313
+ gb.net
12314
+ hu.net
12315
+ jp.net
12316
+ se.net
12317
+ uk.net
12318
+ ae.org
12319
+ com.se
12311
12320
 
12312
12321
  // No longer operated by CentralNic, these entries should be adopted and/or removed by current operators
12313
12322
  // Submitted by Gavin Brown <gavin.brown@centralnic.com>
@@ -12328,8 +12337,8 @@ gr.com
12328
12337
 
12329
12338
  // Radix FZC : http://domains.in.net
12330
12339
  // Submitted by Gavin Brown <gavin.brown@centralnic.com>
12331
- in.net
12332
12340
  web.in
12341
+ in.net
12333
12342
 
12334
12343
  // US REGISTRY LLC : http://us.org
12335
12344
  // Submitted by Gavin Brown <gavin.brown@centralnic.com>
@@ -12349,9 +12358,6 @@ nz.basketball
12349
12358
  radio.am
12350
12359
  radio.fm
12351
12360
 
12352
- // c.la : http://www.c.la/
12353
- c.la
12354
-
12355
12361
  // certmgr.org : https://certmgr.org
12356
12362
  // Submitted by B. Blechschmidt <hostmaster@certmgr.org>
12357
12363
  certmgr.org
@@ -12399,11 +12405,6 @@ cloudaccess.host
12399
12405
  freesite.host
12400
12406
  cloudaccess.net
12401
12407
 
12402
- // cloudControl : https://www.cloudcontrol.com/
12403
- // Submitted by Tobias Wilken <tw@cloudcontrol.com>
12404
- cloudcontrolled.com
12405
- cloudcontrolapp.com
12406
-
12407
12408
  // Cloudera, Inc. : https://www.cloudera.com/
12408
12409
  // Submitted by Kedarnath Waikar <security@cloudera.com>
12409
12410
  *.cloudera.site
@@ -12416,6 +12417,11 @@ trycloudflare.com
12416
12417
  pages.dev
12417
12418
  r2.dev
12418
12419
  workers.dev
12420
+ cdn.cloudflareanycast.net
12421
+ cdn.cloudflarecn.net
12422
+ cdn.cloudflareglobal.net
12423
+ cloudflare.net
12424
+ cdn.cloudflare.net
12419
12425
 
12420
12426
  // cloudscale.ch AG : https://www.cloudscale.ch/
12421
12427
  // Submitted by Gaudenz Steinlin <support@cloudscale.ch>
@@ -12442,11 +12448,11 @@ co.cz
12442
12448
  // Submitted by Jan Krpes <jan.krpes@cdn77.com>
12443
12449
  cdn77-storage.com
12444
12450
  rsc.contentproxy9.cz
12445
- cdn77-ssl.net
12446
12451
  r.cdn77.net
12447
- ssl.origin.cdn77-secure.org
12452
+ cdn77-ssl.net
12448
12453
  c.cdn77.org
12449
12454
  rsc.cdn77.org
12455
+ ssl.origin.cdn77-secure.org
12450
12456
 
12451
12457
  // Cloud DNS Ltd : http://www.cloudns.net
12452
12458
  // Submitted by Aleksander Hristov <noc@cloudns.net> & Boyan Peychev <boyan@cloudns.net>
@@ -12509,8 +12515,8 @@ test.ru
12509
12515
  // COSIMO GmbH : http://www.cosimo.de
12510
12516
  // Submitted by Rene Marticke <rmarticke@cosimo.de>
12511
12517
  dyn.cosidns.de
12512
- dynamisches-dns.de
12513
12518
  dnsupdater.de
12519
+ dynamisches-dns.de
12514
12520
  internet-dns.de
12515
12521
  l-o-g-i-n.de
12516
12522
  dynamic-dns.info
@@ -12518,9 +12524,9 @@ feste-ip.net
12518
12524
  knx-server.net
12519
12525
  static-access.net
12520
12526
 
12521
- // cPanel L.L.C. : https://www.cpanel.net/
12522
- // Submitted by Dustin Scherer <public.suffix@cpanel.net>
12523
- *.cprapid.com
12527
+ // Craft Docs Ltd : https://www.craft.do/
12528
+ // Submitted by Zsombor Fuszenecker <security@craft.do>
12529
+ craft.me
12524
12530
 
12525
12531
  // Craynic, s.r.o. : http://www.craynic.com/
12526
12532
  // Submitted by Ales Krajnik <ales.krajnik@craynic.com>
@@ -12550,12 +12556,9 @@ curv.dev
12550
12556
  *.ocp.customer-oci.com
12551
12557
  *.ocs.customer-oci.com
12552
12558
 
12553
- // Cyclic Software : https://www.cyclic.sh
12554
- // Submitted by Kam Lasater <dns-admin@cyclic.sh>
12555
- cyclic.app
12556
- cyclic.cloud
12557
- cyclic-app.com
12558
- cyclic.co.in
12559
+ // cyber_Folks S.A. : https://cyberfolks.pl
12560
+ // Submitted by Bartlomiej Kida <security@cyberfolks.pl>
12561
+ cfolks.pl
12559
12562
 
12560
12563
  // cyon GmbH : https://www.cyon.ch/
12561
12564
  // Submitted by Dominic Luechinger <dol@cyon.ch>
@@ -12564,9 +12567,9 @@ cyon.site
12564
12567
 
12565
12568
  // Danger Science Group: https://dangerscience.com/
12566
12569
  // Submitted by Skylar MacDonald <skylar@dangerscience.com>
12570
+ platform0.app
12567
12571
  fnwk.site
12568
12572
  folionetwork.site
12569
- platform0.app
12570
12573
 
12571
12574
  // Daplie, Inc : https://daplie.com
12572
12575
  // Submitted by AJ ONeal <aj@daplie.com>
@@ -12635,6 +12638,12 @@ dedyn.io
12635
12638
  deta.app
12636
12639
  deta.dev
12637
12640
 
12641
+ // dhosting.pl Sp. z o.o.: https://dhosting.pl/
12642
+ // Submitted by Michal Kokoszkiewicz <bok@dhosting.pl>
12643
+ dfirma.pl
12644
+ dkonto.pl
12645
+ you2.pl
12646
+
12638
12647
  // Diher Solutions : https://diher.solutions
12639
12648
  // Submitted by Didi Hermawan <mail@diher.solutions>
12640
12649
  *.rss.my.id
@@ -12670,6 +12679,10 @@ shoparena.pl
12670
12679
  // Submitted by Andrew Farmer <andrew.farmer@dreamhost.com>
12671
12680
  dreamhosters.com
12672
12681
 
12682
+ // Dreamyoungs, Inc. : https://durumis.com
12683
+ // Submitted by Infra Team <infra@durumis.com>
12684
+ durumis.com
12685
+
12673
12686
  // Drobo : http://www.drobo.com/
12674
12687
  // Submitted by Ricardo Padilha <rpadilha@drobo.com>
12675
12688
  mydrobo.com
@@ -12696,6 +12709,26 @@ dy.fi
12696
12709
  tunk.org
12697
12710
 
12698
12711
  // DynDNS.com : http://www.dyndns.com/services/dns/dyndns/
12712
+ dyndns.biz
12713
+ for-better.biz
12714
+ for-more.biz
12715
+ for-some.biz
12716
+ for-the.biz
12717
+ selfip.biz
12718
+ webhop.biz
12719
+ ftpaccess.cc
12720
+ game-server.cc
12721
+ myphotos.cc
12722
+ scrapping.cc
12723
+ blogdns.com
12724
+ cechire.com
12725
+ dnsalias.com
12726
+ dnsdojo.com
12727
+ doesntexist.com
12728
+ dontexist.com
12729
+ doomdns.com
12730
+ dyn-o-saur.com
12731
+ dynalias.com
12699
12732
  dyndns-at-home.com
12700
12733
  dyndns-at-work.com
12701
12734
  dyndns-blog.com
@@ -12710,64 +12743,14 @@ dyndns-server.com
12710
12743
  dyndns-web.com
12711
12744
  dyndns-wiki.com
12712
12745
  dyndns-work.com
12713
- dyndns.biz
12714
- dyndns.info
12715
- dyndns.org
12716
- dyndns.tv
12717
- at-band-camp.net
12718
- ath.cx
12719
- barrel-of-knowledge.info
12720
- barrell-of-knowledge.info
12721
- better-than.tv
12722
- blogdns.com
12723
- blogdns.net
12724
- blogdns.org
12725
- blogsite.org
12726
- boldlygoingnowhere.org
12727
- broke-it.net
12728
- buyshouses.net
12729
- cechire.com
12730
- dnsalias.com
12731
- dnsalias.net
12732
- dnsalias.org
12733
- dnsdojo.com
12734
- dnsdojo.net
12735
- dnsdojo.org
12736
- does-it.net
12737
- doesntexist.com
12738
- doesntexist.org
12739
- dontexist.com
12740
- dontexist.net
12741
- dontexist.org
12742
- doomdns.com
12743
- doomdns.org
12744
- dvrdns.org
12745
- dyn-o-saur.com
12746
- dynalias.com
12747
- dynalias.net
12748
- dynalias.org
12749
- dynathome.net
12750
- dyndns.ws
12751
- endofinternet.net
12752
- endofinternet.org
12753
- endoftheinternet.org
12754
12746
  est-a-la-maison.com
12755
12747
  est-a-la-masion.com
12756
12748
  est-le-patron.com
12757
12749
  est-mon-blogueur.com
12758
- for-better.biz
12759
- for-more.biz
12760
- for-our.info
12761
- for-some.biz
12762
- for-the.biz
12763
- forgot.her.name
12764
- forgot.his.name
12765
12750
  from-ak.com
12766
12751
  from-al.com
12767
12752
  from-ar.com
12768
- from-az.net
12769
12753
  from-ca.com
12770
- from-co.net
12771
12754
  from-ct.com
12772
12755
  from-dc.com
12773
12756
  from-de.com
@@ -12780,10 +12763,8 @@ from-il.com
12780
12763
  from-in.com
12781
12764
  from-ks.com
12782
12765
  from-ky.com
12783
- from-la.net
12784
12766
  from-ma.com
12785
12767
  from-md.com
12786
- from-me.org
12787
12768
  from-mi.com
12788
12769
  from-mn.com
12789
12770
  from-mo.com
@@ -12796,7 +12777,6 @@ from-nh.com
12796
12777
  from-nj.com
12797
12778
  from-nm.com
12798
12779
  from-nv.com
12799
- from-ny.net
12800
12780
  from-oh.com
12801
12781
  from-ok.com
12802
12782
  from-or.com
@@ -12814,45 +12794,18 @@ from-wa.com
12814
12794
  from-wi.com
12815
12795
  from-wv.com
12816
12796
  from-wy.com
12817
- ftpaccess.cc
12818
- fuettertdasnetz.de
12819
- game-host.org
12820
- game-server.cc
12821
12797
  getmyip.com
12822
- gets-it.net
12823
- go.dyndns.org
12824
12798
  gotdns.com
12825
- gotdns.org
12826
- groks-the.info
12827
- groks-this.info
12828
- ham-radio-op.net
12829
- here-for-more.info
12830
12799
  hobby-site.com
12831
- hobby-site.org
12832
- home.dyndns.org
12833
- homedns.org
12834
- homeftp.net
12835
- homeftp.org
12836
- homeip.net
12837
12800
  homelinux.com
12838
- homelinux.net
12839
- homelinux.org
12840
12801
  homeunix.com
12841
- homeunix.net
12842
- homeunix.org
12843
12802
  iamallama.com
12844
- in-the-band.net
12845
12803
  is-a-anarchist.com
12846
12804
  is-a-blogger.com
12847
12805
  is-a-bookkeeper.com
12848
- is-a-bruinsfan.org
12849
12806
  is-a-bulls-fan.com
12850
- is-a-candidate.org
12851
12807
  is-a-caterer.com
12852
- is-a-celticsfan.org
12853
12808
  is-a-chef.com
12854
- is-a-chef.net
12855
- is-a-chef.org
12856
12809
  is-a-conservative.com
12857
12810
  is-a-cpa.com
12858
12811
  is-a-cubicle-slave.com
@@ -12861,31 +12814,25 @@ is-a-designer.com
12861
12814
  is-a-doctor.com
12862
12815
  is-a-financialadvisor.com
12863
12816
  is-a-geek.com
12864
- is-a-geek.net
12865
- is-a-geek.org
12866
12817
  is-a-green.com
12867
12818
  is-a-guru.com
12868
12819
  is-a-hard-worker.com
12869
12820
  is-a-hunter.com
12870
- is-a-knight.org
12871
12821
  is-a-landscaper.com
12872
12822
  is-a-lawyer.com
12873
12823
  is-a-liberal.com
12874
12824
  is-a-libertarian.com
12875
- is-a-linux-user.org
12876
12825
  is-a-llama.com
12877
12826
  is-a-musician.com
12878
12827
  is-a-nascarfan.com
12879
12828
  is-a-nurse.com
12880
12829
  is-a-painter.com
12881
- is-a-patsfan.org
12882
12830
  is-a-personaltrainer.com
12883
12831
  is-a-photographer.com
12884
12832
  is-a-player.com
12885
12833
  is-a-republican.com
12886
12834
  is-a-rockstar.com
12887
12835
  is-a-socialist.com
12888
- is-a-soxfan.org
12889
12836
  is-a-student.com
12890
12837
  is-a-teacher.com
12891
12838
  is-a-techie.com
@@ -12897,92 +12844,158 @@ is-an-anarchist.com
12897
12844
  is-an-artist.com
12898
12845
  is-an-engineer.com
12899
12846
  is-an-entertainer.com
12900
- is-by.us
12901
12847
  is-certified.com
12902
- is-found.org
12903
12848
  is-gone.com
12904
12849
  is-into-anime.com
12905
12850
  is-into-cars.com
12906
12851
  is-into-cartoons.com
12907
12852
  is-into-games.com
12908
12853
  is-leet.com
12909
- is-lost.org
12910
12854
  is-not-certified.com
12911
- is-saved.org
12912
12855
  is-slick.com
12913
12856
  is-uberleet.com
12914
- is-very-bad.org
12915
- is-very-evil.org
12916
- is-very-good.org
12917
- is-very-nice.org
12918
- is-very-sweet.org
12919
12857
  is-with-theband.com
12920
12858
  isa-geek.com
12921
- isa-geek.net
12922
- isa-geek.org
12923
12859
  isa-hockeynut.com
12924
12860
  issmarterthanyou.com
12925
- isteingeek.de
12926
- istmein.de
12927
- kicks-ass.net
12928
- kicks-ass.org
12929
- knowsitall.info
12930
- land-4-sale.us
12931
- lebtimnetz.de
12932
- leitungsen.de
12933
12861
  likes-pie.com
12934
12862
  likescandy.com
12935
- merseine.nu
12936
- mine.nu
12937
- misconfused.org
12938
- mypets.ws
12939
- myphotos.cc
12940
12863
  neat-url.com
12941
- office-on-the.net
12942
- on-the-web.tv
12943
- podzone.net
12944
- podzone.org
12945
- readmyblog.org
12946
12864
  saves-the-whales.com
12947
- scrapper-site.net
12948
- scrapping.cc
12949
- selfip.biz
12950
12865
  selfip.com
12951
- selfip.info
12952
- selfip.net
12953
- selfip.org
12954
12866
  sells-for-less.com
12955
12867
  sells-for-u.com
12956
- sells-it.net
12957
- sellsyourhome.org
12958
12868
  servebbs.com
12959
- servebbs.net
12960
- servebbs.org
12961
- serveftp.net
12962
- serveftp.org
12963
- servegame.org
12964
- shacknet.nu
12965
12869
  simple-url.com
12966
12870
  space-to-rent.com
12967
- stuff-4-sale.org
12968
- stuff-4-sale.us
12969
12871
  teaches-yoga.com
12970
- thruhere.net
12872
+ writesthisblog.com
12873
+ ath.cx
12874
+ fuettertdasnetz.de
12875
+ isteingeek.de
12876
+ istmein.de
12877
+ lebtimnetz.de
12878
+ leitungsen.de
12971
12879
  traeumtgerade.de
12972
- webhop.biz
12880
+ barrel-of-knowledge.info
12881
+ barrell-of-knowledge.info
12882
+ dyndns.info
12883
+ for-our.info
12884
+ groks-the.info
12885
+ groks-this.info
12886
+ here-for-more.info
12887
+ knowsitall.info
12888
+ selfip.info
12973
12889
  webhop.info
12890
+ forgot.her.name
12891
+ forgot.his.name
12892
+ at-band-camp.net
12893
+ blogdns.net
12894
+ broke-it.net
12895
+ buyshouses.net
12896
+ dnsalias.net
12897
+ dnsdojo.net
12898
+ does-it.net
12899
+ dontexist.net
12900
+ dynalias.net
12901
+ dynathome.net
12902
+ endofinternet.net
12903
+ from-az.net
12904
+ from-co.net
12905
+ from-la.net
12906
+ from-ny.net
12907
+ gets-it.net
12908
+ ham-radio-op.net
12909
+ homeftp.net
12910
+ homeip.net
12911
+ homelinux.net
12912
+ homeunix.net
12913
+ in-the-band.net
12914
+ is-a-chef.net
12915
+ is-a-geek.net
12916
+ isa-geek.net
12917
+ kicks-ass.net
12918
+ office-on-the.net
12919
+ podzone.net
12920
+ scrapper-site.net
12921
+ selfip.net
12922
+ sells-it.net
12923
+ servebbs.net
12924
+ serveftp.net
12925
+ thruhere.net
12974
12926
  webhop.net
12975
- webhop.org
12976
- worse-than.tv
12977
- writesthisblog.com
12927
+ merseine.nu
12928
+ mine.nu
12929
+ shacknet.nu
12930
+ blogdns.org
12931
+ blogsite.org
12932
+ boldlygoingnowhere.org
12933
+ dnsalias.org
12934
+ dnsdojo.org
12935
+ doesntexist.org
12936
+ dontexist.org
12937
+ doomdns.org
12938
+ dvrdns.org
12939
+ dynalias.org
12940
+ dyndns.org
12941
+ go.dyndns.org
12942
+ home.dyndns.org
12943
+ endofinternet.org
12944
+ endoftheinternet.org
12945
+ from-me.org
12946
+ game-host.org
12947
+ gotdns.org
12948
+ hobby-site.org
12949
+ homedns.org
12950
+ homeftp.org
12951
+ homelinux.org
12952
+ homeunix.org
12953
+ is-a-bruinsfan.org
12954
+ is-a-candidate.org
12955
+ is-a-celticsfan.org
12956
+ is-a-chef.org
12957
+ is-a-geek.org
12958
+ is-a-knight.org
12959
+ is-a-linux-user.org
12960
+ is-a-patsfan.org
12961
+ is-a-soxfan.org
12962
+ is-found.org
12963
+ is-lost.org
12964
+ is-saved.org
12965
+ is-very-bad.org
12966
+ is-very-evil.org
12967
+ is-very-good.org
12968
+ is-very-nice.org
12969
+ is-very-sweet.org
12970
+ isa-geek.org
12971
+ kicks-ass.org
12972
+ misconfused.org
12973
+ podzone.org
12974
+ readmyblog.org
12975
+ selfip.org
12976
+ sellsyourhome.org
12977
+ servebbs.org
12978
+ serveftp.org
12979
+ servegame.org
12980
+ stuff-4-sale.org
12981
+ webhop.org
12982
+ better-than.tv
12983
+ dyndns.tv
12984
+ on-the-web.tv
12985
+ worse-than.tv
12986
+ is-by.us
12987
+ land-4-sale.us
12988
+ stuff-4-sale.us
12989
+ dyndns.ws
12990
+ mypets.ws
12978
12991
 
12979
12992
  // ddnss.de : https://www.ddnss.de/
12980
12993
  // Submitted by Robert Niedziela <webmaster@ddnss.de>
12981
12994
  ddnss.de
12982
12995
  dyn.ddnss.de
12983
12996
  dyndns.ddnss.de
12984
- dyndns1.de
12985
12997
  dyn-ip24.de
12998
+ dyndns1.de
12986
12999
  home-webserver.de
12987
13000
  dyn.home-webserver.de
12988
13001
  myhome-server.de
@@ -12990,8 +13003,8 @@ ddnss.org
12990
13003
 
12991
13004
  // Definima : http://www.definima.com/
12992
13005
  // Submitted by Maxence Bitterli <maxence@definima.com>
12993
- definima.net
12994
13006
  definima.io
13007
+ definima.net
12995
13008
 
12996
13009
  // DigitalOcean App Platform : https://www.digitalocean.com/products/app-platform/
12997
13010
  // Submitted by Braxton Huggins <psl-maintainers@digitalocean.com>
@@ -13046,6 +13059,14 @@ easypanel.host
13046
13059
  // Submitted by <infracloudteam@namecheap.com>
13047
13060
  *.ewp.live
13048
13061
 
13062
+ // eDirect Corp. : https://hosting.url.com.tw/
13063
+ // Submitted by C.S. chang <cschang@corp.url.com.tw>
13064
+ twmail.cc
13065
+ twmail.net
13066
+ twmail.org
13067
+ mymailer.com.tw
13068
+ url.tw
13069
+
13049
13070
  // Electromagnetic Field : https://www.emfcamp.org
13050
13071
  // Submitted by <noc@emfcamp.org>
13051
13072
  at.emf.camp
@@ -13064,7 +13085,7 @@ elementor.cool
13064
13085
  en-root.fr
13065
13086
 
13066
13087
  // Enalean SAS: https://www.enalean.com
13067
- // Submitted by Thomas Cottier <thomas.cottier@enalean.com>
13088
+ // Submitted by Enalean Security Team <security@enalean.com>
13068
13089
  mytuleap.com
13069
13090
  tuleap-partners.com
13070
13091
 
@@ -13156,19 +13177,16 @@ us-2.evennode.com
13156
13177
  us-3.evennode.com
13157
13178
  us-4.evennode.com
13158
13179
 
13180
+ // Evervault : https://evervault.com
13181
+ // Submitted by Hannah Neary <engineering@evervault.com>
13182
+ relay.evervault.app
13183
+ relay.evervault.dev
13184
+
13159
13185
  // Expo : https://expo.dev/
13160
13186
  // Submitted by James Ide <psl@expo.dev>
13161
13187
  expo.app
13162
13188
  staging.expo.app
13163
13189
 
13164
- // eDirect Corp. : https://hosting.url.com.tw/
13165
- // Submitted by C.S. chang <cschang@corp.url.com.tw>
13166
- twmail.cc
13167
- twmail.net
13168
- twmail.org
13169
- mymailer.com.tw
13170
- url.tw
13171
-
13172
13190
  // Fabrica Technologies, Inc. : https://www.fabrica.dev/
13173
13191
  // Submitted by Eric Jiang <eric@fabrica.dev>
13174
13192
  onfabrica.com
@@ -13259,8 +13277,6 @@ u.channelsdvr.net
13259
13277
  edgecompute.app
13260
13278
  fastly-edge.com
13261
13279
  fastly-terrarium.com
13262
- fastlylb.net
13263
- map.fastlylb.net
13264
13280
  freetls.fastly.net
13265
13281
  map.fastly.net
13266
13282
  a.prod.fastly.net
@@ -13268,6 +13284,8 @@ global.prod.fastly.net
13268
13284
  a.ssl.fastly.net
13269
13285
  b.ssl.fastly.net
13270
13286
  global.ssl.fastly.net
13287
+ fastlylb.net
13288
+ map.fastlylb.net
13271
13289
 
13272
13290
  // Fastmail : https://www.fastmail.com/
13273
13291
  // Submitted by Marc Bradshaw <marc@fastmailteam.com>
@@ -13306,12 +13324,6 @@ fh-muenster.io
13306
13324
  // Filegear Inc. : https://www.filegear.com
13307
13325
  // Submitted by Jason Zhu <jason@owtware.com>
13308
13326
  filegear.me
13309
- filegear-au.me
13310
- filegear-de.me
13311
- filegear-gb.me
13312
- filegear-ie.me
13313
- filegear-jp.me
13314
- filegear-sg.me
13315
13327
 
13316
13328
  // Firebase, Inc.
13317
13329
  // Submitted by Chris Raynor <chris@firebase.com>
@@ -13327,7 +13339,6 @@ flap.id
13327
13339
 
13328
13340
  // FlashDrive : https://flashdrive.io
13329
13341
  // Submitted by Eric Chan <support@flashdrive.io>
13330
- onflashdrive.app
13331
13342
  fldrv.com
13332
13343
 
13333
13344
  // FlutterFlow : https://flutterflow.io
@@ -13337,8 +13348,8 @@ flutterflow.app
13337
13348
  // fly.io: https://fly.io
13338
13349
  // Submitted by Kurt Mackey <kurt@fly.io>
13339
13350
  fly.dev
13340
- edgeapp.net
13341
13351
  shw.io
13352
+ edgeapp.net
13342
13353
 
13343
13354
  // Flynn : https://flynn.io
13344
13355
  // Submitted by Jonathan Rudenberg <jonathan@flynn.io>
@@ -13392,7 +13403,7 @@ freemyip.com
13392
13403
  // Submitted by Daniel A. Maierhofer <vorstand@funkfeuer.at>
13393
13404
  wien.funkfeuer.at
13394
13405
 
13395
- // Future Versatile Group. https://www.fvg-on.net/
13406
+ // Future Versatile Group. : https://www.fvg-on.net/
13396
13407
  // T.Kabu <webmaster@fvg-on.net>
13397
13408
  daemon.asia
13398
13409
  dix.asia
@@ -13427,6 +13438,8 @@ aliases121.com
13427
13438
 
13428
13439
  // GDS : https://www.gov.uk/service-manual/technology/managing-domain-names
13429
13440
  // Submitted by Stephen Ford <hostmaster@digital.cabinet-office.gov.uk>
13441
+ campaign.gov.uk
13442
+ service.gov.uk
13430
13443
  independent-commission.uk
13431
13444
  independent-inquest.uk
13432
13445
  independent-inquiry.uk
@@ -13434,8 +13447,6 @@ independent-panel.uk
13434
13447
  independent-review.uk
13435
13448
  public-inquiry.uk
13436
13449
  royal-commission.uk
13437
- campaign.gov.uk
13438
- service.gov.uk
13439
13450
 
13440
13451
  // CDDO : https://www.gov.uk/guidance/get-an-api-domain-on-govuk
13441
13452
  // Submitted by Jamie Tanna <jamie.tanna@digital.cabinet-office.gov.uk>
@@ -13614,22 +13625,36 @@ london.cloudapps.digital
13614
13625
  // Submitted by Richard Baker <richard.baker@digital.cabinet-office.gov.uk>
13615
13626
  pymnt.uk
13616
13627
 
13617
- // GlobeHosting, Inc.
13618
- // Submitted by Zoltan Egresi <egresi@globehosting.com>
13619
- ro.im
13620
-
13621
13628
  // GoIP DNS Services : http://www.goip.de
13622
13629
  // Submitted by Christian Poulter <milchstrasse@goip.de>
13623
13630
  goip.de
13624
13631
 
13625
13632
  // Google, Inc.
13626
13633
  // Submitted by Shannon McCabe <public-suffix-editors@google.com>
13634
+ blogspot.ae
13635
+ blogspot.al
13636
+ blogspot.am
13627
13637
  *.hosted.app
13628
13638
  *.run.app
13629
13639
  web.app
13640
+ blogspot.com.ar
13641
+ blogspot.co.at
13642
+ blogspot.com.au
13643
+ blogspot.ba
13644
+ blogspot.be
13645
+ blogspot.bg
13646
+ blogspot.bj
13647
+ blogspot.com.br
13648
+ blogspot.com.by
13649
+ blogspot.ca
13650
+ blogspot.cf
13651
+ blogspot.ch
13652
+ blogspot.cl
13653
+ blogspot.com.co
13630
13654
  *.0emm.com
13631
13655
  appspot.com
13632
13656
  *.r.appspot.com
13657
+ blogspot.com
13633
13658
  codespot.com
13634
13659
  googleapis.com
13635
13660
  googlecode.com
@@ -13637,58 +13662,32 @@ pagespeedmobilizer.com
13637
13662
  publishproxy.com
13638
13663
  withgoogle.com
13639
13664
  withyoutube.com
13640
- *.gateway.dev
13641
- cloud.goog
13642
- translate.goog
13643
- *.usercontent.goog
13644
- cloudfunctions.net
13645
- blogspot.ae
13646
- blogspot.al
13647
- blogspot.am
13648
- blogspot.ba
13649
- blogspot.be
13650
- blogspot.bg
13651
- blogspot.bj
13652
- blogspot.ca
13653
- blogspot.cf
13654
- blogspot.ch
13655
- blogspot.cl
13656
- blogspot.co.at
13657
- blogspot.co.id
13658
- blogspot.co.il
13659
- blogspot.co.ke
13660
- blogspot.co.nz
13661
- blogspot.co.uk
13662
- blogspot.co.za
13663
- blogspot.com
13664
- blogspot.com.ar
13665
- blogspot.com.au
13666
- blogspot.com.br
13667
- blogspot.com.by
13668
- blogspot.com.co
13669
- blogspot.com.cy
13670
- blogspot.com.ee
13671
- blogspot.com.eg
13672
- blogspot.com.es
13673
- blogspot.com.mt
13674
- blogspot.com.ng
13675
- blogspot.com.tr
13676
- blogspot.com.uy
13677
13665
  blogspot.cv
13666
+ blogspot.com.cy
13678
13667
  blogspot.cz
13679
13668
  blogspot.de
13669
+ *.gateway.dev
13680
13670
  blogspot.dk
13671
+ blogspot.com.ee
13672
+ blogspot.com.eg
13673
+ blogspot.com.es
13681
13674
  blogspot.fi
13682
13675
  blogspot.fr
13676
+ cloud.goog
13677
+ translate.goog
13678
+ *.usercontent.goog
13683
13679
  blogspot.gr
13684
13680
  blogspot.hk
13685
13681
  blogspot.hr
13686
13682
  blogspot.hu
13683
+ blogspot.co.id
13687
13684
  blogspot.ie
13685
+ blogspot.co.il
13688
13686
  blogspot.in
13689
13687
  blogspot.is
13690
13688
  blogspot.it
13691
13689
  blogspot.jp
13690
+ blogspot.co.ke
13692
13691
  blogspot.kr
13693
13692
  blogspot.li
13694
13693
  blogspot.lt
@@ -13696,10 +13695,14 @@ blogspot.lu
13696
13695
  blogspot.md
13697
13696
  blogspot.mk
13698
13697
  blogspot.mr
13698
+ blogspot.com.mt
13699
13699
  blogspot.mx
13700
13700
  blogspot.my
13701
+ cloudfunctions.net
13702
+ blogspot.com.ng
13701
13703
  blogspot.nl
13702
13704
  blogspot.no
13705
+ blogspot.co.nz
13703
13706
  blogspot.pe
13704
13707
  blogspot.pt
13705
13708
  blogspot.qa
@@ -13713,9 +13716,13 @@ blogspot.si
13713
13716
  blogspot.sk
13714
13717
  blogspot.sn
13715
13718
  blogspot.td
13719
+ blogspot.com.tr
13716
13720
  blogspot.tw
13717
13721
  blogspot.ug
13722
+ blogspot.co.uk
13723
+ blogspot.com.uy
13718
13724
  blogspot.vn
13725
+ blogspot.co.za
13719
13726
 
13720
13727
  // Goupile : https://goupile.fr
13721
13728
  // Submitted by Niels Martignene <hello@goupile.fr>
@@ -13748,8 +13755,8 @@ conf.se
13748
13755
 
13749
13756
  // Handshake : https://handshake.org
13750
13757
  // Submitted by Mike Damm <md@md.vc>
13751
- hs.zone
13752
13758
  hs.run
13759
+ hs.zone
13753
13760
 
13754
13761
  // Hashbang : https://hashbang.sh
13755
13762
  hashbang.sh
@@ -13759,6 +13766,15 @@ hashbang.sh
13759
13766
  hasura.app
13760
13767
  hasura-app.io
13761
13768
 
13769
+ // Hatena Co., Ltd. : https://hatena.co.jp
13770
+ // Submitted by Masato Nakamura <blog-developers@hatena.ne.jp>
13771
+ hatenablog.com
13772
+ hatenadiary.com
13773
+ hateblo.jp
13774
+ hatenablog.jp
13775
+ hatenadiary.jp
13776
+ hatenadiary.org
13777
+
13762
13778
  // Heilbronn University of Applied Sciences - Faculty Informatics (GitLab Pages): https://www.hs-heilbronn.de
13763
13779
  // Submitted by Richard Zowalla <mi-admin@hs-heilbronn.de>
13764
13780
  pages.it.hs-heilbronn.de
@@ -13768,6 +13784,10 @@ pages.it.hs-heilbronn.de
13768
13784
  helioho.st
13769
13785
  heliohost.us
13770
13786
 
13787
+ // HeiyuSpace: https://lazycat.cloud
13788
+ // Submitted by Xia Bin <admin@lazycat.cloud>
13789
+ heiyu.space
13790
+
13771
13791
  // Hepforge : https://www.hepforge.org
13772
13792
  // Submitted by David Grellscheid <admin@hepforge.org>
13773
13793
  hepforge.org
@@ -13819,9 +13839,13 @@ sch.so
13819
13839
  // Submitted by Bohdan Dub <support@hostfly.com.ua>
13820
13840
  ie.ua
13821
13841
 
13822
- // HostyHosting (hostyhosting.com)
13842
+ // HostyHosting (https://hostyhosting.com)
13823
13843
  hostyhosting.io
13824
13844
 
13845
+ // Hypernode B.V. : https://www.hypernode.com/
13846
+ // Submitted by Cipriano Groenendal <security@nl.team.blue>
13847
+ hypernode.io
13848
+
13825
13849
  // Häkkinen.fi
13826
13850
  // Submitted by Eero Häkkinen <Eero+psl@Häkkinen.fi>
13827
13851
  häkkinen.fi
@@ -13840,11 +13864,6 @@ iki.fi
13840
13864
  ibxos.it
13841
13865
  iliadboxos.it
13842
13866
 
13843
- // Impertrix Solutions : <https://impertrixcdn.com>
13844
- // Submitted by Zhixiang Zhao <csuite@impertrix.com>
13845
- impertrixcdn.com
13846
- impertrix.com
13847
-
13848
13867
  // Incsub, LLC: https://incsub.com/
13849
13868
  // Submitted by Aaron Edwards <sysadmins@incsub.com>
13850
13869
  smushcdn.com
@@ -13860,10 +13879,10 @@ in-berlin.de
13860
13879
  in-brb.de
13861
13880
  in-butter.de
13862
13881
  in-dsl.de
13863
- in-dsl.net
13864
- in-dsl.org
13865
13882
  in-vpn.de
13883
+ in-dsl.net
13866
13884
  in-vpn.net
13885
+ in-dsl.org
13867
13886
  in-vpn.org
13868
13887
 
13869
13888
  // info.at : http://www.info.at/
@@ -14038,13 +14057,13 @@ jotelulu.cloud
14038
14057
 
14039
14058
  // JouwWeb B.V. : https://www.jouwweb.nl
14040
14059
  // Submitted by Camilo Sperberg <tech@webador.com>
14041
- jouwweb.site
14042
14060
  webadorsite.com
14061
+ jouwweb.site
14043
14062
 
14044
14063
  // Joyent : https://www.joyent.com/
14045
14064
  // Submitted by Brian Bennett <brian.bennett@joyent.com>
14046
- *.triton.zone
14047
14065
  *.cns.joyent.com
14066
+ *.triton.zone
14048
14067
 
14049
14068
  // JS.ORG : http://dns.js.org
14050
14069
  // Submitted by Stefan Keim <admin@js.org>
@@ -14086,8 +14105,8 @@ oya.to
14086
14105
 
14087
14106
  // Katholieke Universiteit Leuven: https://www.kuleuven.be
14088
14107
  // Submitted by Abuse KU Leuven <abuse@kuleuven.be>
14089
- kuleuven.cloud
14090
14108
  ezproxy.kuleuven.be
14109
+ kuleuven.cloud
14091
14110
 
14092
14111
  // .KRD : http://nic.krd/data/krd/Registration%20Policy.pdf
14093
14112
  co.krd
@@ -14095,8 +14114,8 @@ edu.krd
14095
14114
 
14096
14115
  // Krellian Ltd. : https://krellian.com
14097
14116
  // Submitted by Ben Francis <ben@krellian.com>
14098
- krellian.net
14099
14117
  webthings.io
14118
+ krellian.net
14100
14119
 
14101
14120
  // LCube - Professional hosting e.K. : https://www.lcube-webhosting.de
14102
14121
  // Submitted by Lars Laehn <info@lcube.de>
@@ -14130,8 +14149,8 @@ co.technology
14130
14149
 
14131
14150
  // linkyard ldt: https://www.linkyard.ch/
14132
14151
  // Submitted by Mario Siegenthaler <mario.siegenthaler@linkyard.ch>
14133
- linkyard.cloud
14134
14152
  linkyard-cloud.ch
14153
+ linkyard.cloud
14135
14154
 
14136
14155
  // Linode : https://linode.com
14137
14156
  // Submitted by <security@linode.com>
@@ -14186,18 +14205,19 @@ lugs.org.uk
14186
14205
  // Lukanet Ltd : https://lukanet.com
14187
14206
  // Submitted by Anton Avramov <register@lukanet.com>
14188
14207
  barsy.bg
14189
- barsy.co.uk
14190
- barsyonline.co.uk
14208
+ barsy.club
14191
14209
  barsycenter.com
14192
14210
  barsyonline.com
14193
- barsy.club
14194
14211
  barsy.de
14212
+ barsy.dev
14195
14213
  barsy.eu
14214
+ barsy.gr
14196
14215
  barsy.in
14197
14216
  barsy.info
14198
14217
  barsy.io
14199
14218
  barsy.me
14200
14219
  barsy.menu
14220
+ barsyonline.menu
14201
14221
  barsy.mobi
14202
14222
  barsy.net
14203
14223
  barsy.online
@@ -14205,10 +14225,15 @@ barsy.org
14205
14225
  barsy.pro
14206
14226
  barsy.pub
14207
14227
  barsy.ro
14228
+ barsy.rs
14208
14229
  barsy.shop
14230
+ barsyonline.shop
14209
14231
  barsy.site
14232
+ barsy.store
14210
14233
  barsy.support
14211
14234
  barsy.uk
14235
+ barsy.co.uk
14236
+ barsyonline.co.uk
14212
14237
 
14213
14238
  // Magento Commerce
14214
14239
  // Submitted by Damien Tournoud <dtournoud@magento.cloud>
@@ -14223,10 +14248,6 @@ mayfirst.org
14223
14248
  // Submitted by Ilya Zaretskiy <zaretskiy@corp.mail.ru>
14224
14249
  hb.cldmail.ru
14225
14250
 
14226
- // Mail Transfer Platform : https://www.neupeer.com
14227
- // Submitted by Li Hui <lihui@neupeer.com>
14228
- cn.vu
14229
-
14230
14251
  // Maze Play: https://www.mazeplay.com
14231
14252
  // Submitted by Adam Humpherys <adam@mws.dev>
14232
14253
  mazeplay.com
@@ -14239,8 +14260,8 @@ mcpe.me
14239
14260
  // Submitted by Evgeniy Subbotin <e.subbotin@mchost.ru>
14240
14261
  mcdir.me
14241
14262
  mcdir.ru
14242
- mcpre.ru
14243
14263
  vps.mcdir.ru
14264
+ mcpre.ru
14244
14265
 
14245
14266
  // Mediatech : https://mediatech.by
14246
14267
  // Submitted by Evgeniy Kozhuhovskiy <ugenk@mediatech.by>
@@ -14289,10 +14310,9 @@ co.pl
14289
14310
  // Microsoft Azure : https://home.azure
14290
14311
  *.azurecontainer.io
14291
14312
  azure-api.net
14313
+ azure-mobile.net
14292
14314
  azureedge.net
14293
14315
  azurefd.net
14294
- azurewebsites.net
14295
- azure-mobile.net
14296
14316
  azurestaticapps.net
14297
14317
  1.azurestaticapps.net
14298
14318
  2.azurestaticapps.net
@@ -14306,6 +14326,7 @@ eastasia.azurestaticapps.net
14306
14326
  eastus2.azurestaticapps.net
14307
14327
  westeurope.azurestaticapps.net
14308
14328
  westus2.azurestaticapps.net
14329
+ azurewebsites.net
14309
14330
  cloudapp.net
14310
14331
  trafficmanager.net
14311
14332
  blob.core.windows.net
@@ -14315,10 +14336,6 @@ servicebus.windows.net
14315
14336
  // Submitted by Robert Böttinger <r@minion.systems>
14316
14337
  csx.cc
14317
14338
 
14318
- // Mintere : https://mintere.com/
14319
- // Submitted by Ben Aubin <security@mintere.com>
14320
- mintere.site
14321
-
14322
14339
  // MobileEducation, LLC : https://joinforte.com
14323
14340
  // Submitted by Grayson Martin <grayson.martin@mobileeducation.us>
14324
14341
  forte.id
@@ -14327,10 +14344,6 @@ forte.id
14327
14344
  // Submitted by Elizabeth Southwell <elizabeth@modx.com>
14328
14345
  modx.dev
14329
14346
 
14330
- // Mozilla Corporation : https://mozilla.com
14331
- // Submitted by Ben Francis <bfrancis@mozilla.com>
14332
- mozilla-iot.org
14333
-
14334
14347
  // Mozilla Foundation : https://mozilla.org/
14335
14348
  // Submitted by glob <glob@mozilla.com>
14336
14349
  bmoattachments.org
@@ -14344,8 +14357,8 @@ pp.ru
14344
14357
  // Mythic Beasts : https://www.mythic-beasts.com
14345
14358
  // Submitted by Paul Cammish <kelduum@mythic-beasts.com>
14346
14359
  hostedpi.com
14347
- customer.mythic-beasts.com
14348
14360
  caracal.mythic-beasts.com
14361
+ customer.mythic-beasts.com
14349
14362
  fentiger.mythic-beasts.com
14350
14363
  lynx.mythic-beasts.com
14351
14364
  ocelot.mythic-beasts.com
@@ -14365,6 +14378,10 @@ ui.nabu.casa
14365
14378
  // Submitted by Jan Jaeschke <jan.jaeschke@netatwork.de>
14366
14379
  cloud.nospamproxy.com
14367
14380
 
14381
+ // Netfy Domains : https://netfy.domains
14382
+ // Submitted by Suranga Ranasinghe <security@mavicsoft.com>
14383
+ netfy.app
14384
+
14368
14385
  // Netlify : https://www.netlify.com
14369
14386
  // Submitted by Jessica Parsons <jessica@netlify.com>
14370
14387
  netlify.app
@@ -14466,100 +14483,96 @@ nerdpol.ovh
14466
14483
 
14467
14484
  // No-IP.com : https://noip.com/
14468
14485
  // Submitted by Deven Reza <publicsuffixlist@noip.com>
14486
+ mmafan.biz
14487
+ myftp.biz
14488
+ no-ip.biz
14489
+ no-ip.ca
14490
+ fantasyleague.cc
14491
+ gotdns.ch
14492
+ 3utilities.com
14469
14493
  blogsyte.com
14470
- brasilia.me
14471
- cable-modem.org
14472
14494
  ciscofreak.com
14473
- collegefan.org
14474
- couchpotatofries.org
14475
14495
  damnserver.com
14476
- ddns.me
14496
+ ddnsking.com
14477
14497
  ditchyourip.com
14478
- dnsfor.me
14479
14498
  dnsiskinky.com
14480
- dvrcam.info
14481
14499
  dynns.com
14482
- eating-organic.net
14483
- fantasyleague.cc
14484
14500
  geekgalaxy.com
14485
- golffan.us
14486
14501
  health-carereform.com
14487
14502
  homesecuritymac.com
14488
14503
  homesecuritypc.com
14489
- hopto.me
14490
- ilovecollege.info
14491
- loginto.me
14492
- mlbfan.org
14493
- mmafan.biz
14494
14504
  myactivedirectory.com
14495
- mydissent.net
14496
- myeffect.net
14497
- mymediapc.net
14498
- mypsx.net
14499
14505
  mysecuritycamera.com
14500
- mysecuritycamera.net
14501
- mysecuritycamera.org
14506
+ myvnc.com
14502
14507
  net-freaks.com
14503
- nflfan.org
14504
- nhlfan.net
14505
- no-ip.ca
14506
- no-ip.co.uk
14507
- no-ip.net
14508
- noip.us
14509
14508
  onthewifi.com
14510
- pgafan.net
14511
14509
  point2this.com
14512
- pointto.us
14513
- privatizehealthinsurance.net
14514
14510
  quicksytes.com
14515
- read-books.org
14516
14511
  securitytactics.com
14512
+ servebeer.com
14513
+ servecounterstrike.com
14517
14514
  serveexchange.com
14515
+ serveftp.com
14516
+ servegame.com
14517
+ servehalflife.com
14518
+ servehttp.com
14518
14519
  servehumour.com
14520
+ serveirc.com
14521
+ servemp3.com
14519
14522
  servep2p.com
14523
+ servepics.com
14524
+ servequake.com
14520
14525
  servesarcasm.com
14521
14526
  stufftoread.com
14522
- ufcfan.org
14523
14527
  unusualperson.com
14524
14528
  workisboring.com
14525
- 3utilities.com
14526
- bounceme.net
14527
- ddns.net
14528
- ddnsking.com
14529
- gotdns.ch
14530
- hopto.org
14531
- myftp.biz
14532
- myftp.org
14533
- myvnc.com
14534
- no-ip.biz
14529
+ dvrcam.info
14530
+ ilovecollege.info
14535
14531
  no-ip.info
14536
- no-ip.org
14532
+ brasilia.me
14533
+ ddns.me
14534
+ dnsfor.me
14535
+ hopto.me
14536
+ loginto.me
14537
14537
  noip.me
14538
+ webhop.me
14539
+ bounceme.net
14540
+ ddns.net
14541
+ eating-organic.net
14542
+ mydissent.net
14543
+ myeffect.net
14544
+ mymediapc.net
14545
+ mypsx.net
14546
+ mysecuritycamera.net
14547
+ nhlfan.net
14548
+ no-ip.net
14549
+ pgafan.net
14550
+ privatizehealthinsurance.net
14538
14551
  redirectme.net
14539
- servebeer.com
14540
14552
  serveblog.net
14541
- servecounterstrike.com
14542
- serveftp.com
14543
- servegame.com
14544
- servehalflife.com
14545
- servehttp.com
14546
- serveirc.com
14547
14553
  serveminecraft.net
14548
- servemp3.com
14549
- servepics.com
14550
- servequake.com
14551
14554
  sytes.net
14552
- webhop.me
14555
+ cable-modem.org
14556
+ collegefan.org
14557
+ couchpotatofries.org
14558
+ hopto.org
14559
+ mlbfan.org
14560
+ myftp.org
14561
+ mysecuritycamera.org
14562
+ nflfan.org
14563
+ no-ip.org
14564
+ read-books.org
14565
+ ufcfan.org
14553
14566
  zapto.org
14567
+ no-ip.co.uk
14568
+ golffan.us
14569
+ noip.us
14570
+ pointto.us
14554
14571
 
14555
14572
  // NodeArt : https://nodeart.io
14556
14573
  // Submitted by Konstantin Nosov <Nosov@nodeart.io>
14557
14574
  stage.nodeart.io
14558
14575
 
14559
- // Nucleos Inc. : https://nucleos.com
14560
- // Submitted by Piotr Zduniak <piotr@nucleos.com>
14561
- pcloud.host
14562
-
14563
14576
  // NYC.mn : http://www.information.nyc.mn
14564
14577
  // Submitted by Matthew Brown <mattbrown@nyc.mn>
14565
14578
  nyc.mn
@@ -14568,15 +14581,15 @@ nyc.mn
14568
14581
  // Submitted by the prvcy.page Registry Team <psl@registry.prvcy.page>
14569
14582
  prvcy.page
14570
14583
 
14584
+ // Obl.ong : <https://obl.ong>
14585
+ // Submitted by Reese Armstrong <team@obl.ong>
14586
+ obl.ong
14587
+
14571
14588
  // Observable, Inc. : https://observablehq.com
14572
14589
  // Submitted by Mike Bostock <dns@observablehq.com>
14573
14590
  observablehq.cloud
14574
14591
  static.observableusercontent.com
14575
14592
 
14576
- // Octopodal Solutions, LLC. : https://ulterius.io/
14577
- // Submitted by Andrew Sampson <andrew@ulterius.io>
14578
- cya.gg
14579
-
14580
14593
  // OMG.LOL : <https://omg.lol>
14581
14594
  // Submitted by Adam Newbold <adam@omg.lol>
14582
14595
  omg.lol
@@ -14591,29 +14604,25 @@ omniwe.site
14591
14604
 
14592
14605
  // One.com: https://www.one.com/
14593
14606
  // Submitted by Jacob Bunk Nielsen <jbn@one.com>
14594
- 123hjemmeside.dk
14595
- 123hjemmeside.no
14596
- 123homepage.it
14597
- 123kotisivu.fi
14598
- 123minsida.se
14599
- 123miweb.es
14600
- 123paginaweb.pt
14601
- 123siteweb.fr
14602
14607
  123webseite.at
14603
- 123webseite.de
14604
14608
  123website.be
14609
+ simplesite.com.br
14605
14610
  123website.ch
14611
+ simplesite.com
14612
+ 123webseite.de
14613
+ 123hjemmeside.dk
14614
+ 123miweb.es
14615
+ 123kotisivu.fi
14616
+ 123siteweb.fr
14617
+ simplesite.gr
14618
+ 123homepage.it
14606
14619
  123website.lu
14607
14620
  123website.nl
14621
+ 123hjemmeside.no
14608
14622
  service.one
14609
- simplesite.com
14610
- simplesite.com.br
14611
- simplesite.gr
14612
14623
  simplesite.pl
14613
-
14614
- // One Fold Media : http://www.onefoldmedia.com/
14615
- // Submitted by Eddie Jones <eddie@onefoldmedia.com>
14616
- nid.io
14624
+ 123paginaweb.pt
14625
+ 123minsida.se
14617
14626
 
14618
14627
  // Open Domains : https://open-domains.net
14619
14628
  // Submitted by William Harrison <admin@open-domains.net>
@@ -14659,8 +14668,8 @@ outsystemscloud.com
14659
14668
 
14660
14669
  // OVHcloud: https://ovhcloud.com
14661
14670
  // Submitted by Vincent Cassé <vincent.casse@ovhcloud.com>
14662
- *.webpaas.ovh.net
14663
14671
  *.hosting.ovh.net
14672
+ *.webpaas.ovh.net
14664
14673
 
14665
14674
  // OwnProvider GmbH: http://www.ownprovider.com
14666
14675
  // Submitted by Jan Moennich <jan.moennich@ownprovider.com>
@@ -14683,10 +14692,6 @@ oy.lc
14683
14692
  // Submitted by Derek Myers <derek@pagefog.com>
14684
14693
  pgfog.com
14685
14694
 
14686
- // Pagefront : https://www.pagefronthq.com/
14687
- // Submitted by Jason Kriss <jason@pagefronthq.com>
14688
- pagefrontapp.com
14689
-
14690
14695
  // PageXL : https://pagexl.com
14691
14696
  // Submitted by Yann Guichard <yann@pagexl.com>
14692
14697
  pagexl.com
@@ -14699,6 +14704,7 @@ pagexl.com
14699
14704
  // Submitted by Pierre Carrier <pc@rrier.ca>
14700
14705
  *.xmit.co
14701
14706
  xmit.dev
14707
+ madethis.site
14702
14708
  srv.us
14703
14709
  gh.srv.us
14704
14710
  gl.srv.us
@@ -14713,8 +14719,8 @@ zakopane.pl
14713
14719
 
14714
14720
  // Pantheon Systems, Inc. : https://pantheon.io/
14715
14721
  // Submitted by Gary Dylina <gary@pantheon.io>
14716
- pantheonsite.io
14717
14722
  gotpantheon.com
14723
+ pantheonsite.io
14718
14724
 
14719
14725
  // Peplink | Pepwave : http://peplink.com/
14720
14726
  // Submitted by Steve Leung <steveleung@peplink.com>
@@ -14748,12 +14754,6 @@ platter-app.com
14748
14754
  platter-app.dev
14749
14755
  platterp.us
14750
14756
 
14751
- // Plesk : https://www.plesk.com/
14752
- // Submitted by Anton Akhtyamov <program-managers@plesk.com>
14753
- pdns.page
14754
- plesk.page
14755
- pleskns.com
14756
-
14757
14757
  // Pley AB : https://www.pley.com/
14758
14758
  // Submitted by Henning Pohl <infra@pley.com>
14759
14759
  pley.games
@@ -14777,8 +14777,8 @@ pstmn.io
14777
14777
  mock.pstmn.io
14778
14778
  httpbin.org
14779
14779
 
14780
- //prequalifyme.today : https://prequalifyme.today
14781
- //Submitted by DeepakTiwari deepak@ivylead.io
14780
+ // prequalifyme.today : https://prequalifyme.today
14781
+ // Submitted by DeepakTiwari deepak@ivylead.io
14782
14782
  prequalifyme.today
14783
14783
 
14784
14784
  // prgmr.com : https://prgmr.com/
@@ -14833,14 +14833,15 @@ cloudsite.builders
14833
14833
  myradweb.net
14834
14834
  servername.us
14835
14835
 
14836
+ // Raidboxes GmbH : https://raidboxes.de
14837
+ // Submitted by Auke Tembrink <hostmaster@raidboxes.de>
14838
+ myrdbx.io
14839
+ site.rb-hosting.io
14840
+
14836
14841
  // Redgate Software: https://red-gate.com
14837
14842
  // Submitted by Andrew Farries <andrew.farries@red-gate.com>
14838
14843
  instances.spawn.cc
14839
14844
 
14840
- // Redstar Consultants : https://www.redstarconsultants.com/
14841
- // Submitted by Jons Slemmer <jons@redstarconsultants.com>
14842
- instantcloud.cn
14843
-
14844
14845
  // Russian Academy of Sciences
14845
14846
  // Submitted by Tech Support <support@rasnet.ru>
14846
14847
  ras.ru
@@ -14877,14 +14878,10 @@ vaporcloud.io
14877
14878
  rackmaze.com
14878
14879
  rackmaze.net
14879
14880
 
14880
- // Rakuten Games, Inc : https://dev.viberplay.io
14881
- // Submitted by Joshua Zhang <public-suffix@rgames.jp>
14882
- g.vbrplsbx.io
14883
-
14884
14881
  // Rancher Labs, Inc : https://rancher.com
14885
14882
  // Submitted by Vincent Fiduccia <domains@rancher.com>
14886
- *.on-k3s.io
14887
14883
  *.on-rancher.cloud
14884
+ *.on-k3s.io
14888
14885
  *.on-rio.io
14889
14886
 
14890
14887
  // Read The Docs, Inc : https://www.readthedocs.org
@@ -14897,8 +14894,8 @@ rhcloud.com
14897
14894
 
14898
14895
  // Render : https://render.com
14899
14896
  // Submitted by Anurag Goel <dev@render.com>
14900
- app.render.com
14901
14897
  onrender.com
14898
+ app.render.com
14902
14899
 
14903
14900
  // Repl.it : https://repl.it
14904
14901
  // Submitted by Lincoln Bergeson <psl@repl.it>
@@ -15031,11 +15028,19 @@ from.tv
15031
15028
  sakura.tv
15032
15029
 
15033
15030
  // Salesforce.com, Inc. https://salesforce.com/
15034
- // Submitted by Michael Biven <mbiven@salesforce.com> and Aaron Romeo <aaron.romeo@salesforce.com>
15031
+ // Submitted by Salesforce Public Suffix List Team <public-suffix-list@salesforce.com>
15035
15032
  *.builder.code.com
15036
15033
  *.dev-builder.code.com
15037
15034
  *.stg-builder.code.com
15038
15035
  *.001.test.code-builder-stg.platform.salesforce.com
15036
+ *.d.crm.dev
15037
+ *.w.crm.dev
15038
+ *.wa.crm.dev
15039
+ *.wb.crm.dev
15040
+ *.wc.crm.dev
15041
+ *.wd.crm.dev
15042
+ *.we.crm.dev
15043
+ *.wf.crm.dev
15039
15044
 
15040
15045
  // Sandstorm Development Group, Inc. : https://sandcats.io/
15041
15046
  // Submitted by Asheesh Laroia <asheesh@sandstorm.io>
@@ -15043,8 +15048,8 @@ sandcats.io
15043
15048
 
15044
15049
  // SBE network solutions GmbH : https://www.sbe.de/
15045
15050
  // Submitted by Norman Meilick <nm@sbe.de>
15046
- logoip.de
15047
15051
  logoip.com
15052
+ logoip.de
15048
15053
 
15049
15054
  // Scaleway : https://www.scaleway.com/
15050
15055
  // Submitted by Rémy Léone <rleone@scaleway.com>
@@ -15123,6 +15128,10 @@ senseering.net
15123
15128
  // Submitted by Assaf Stern <domains@comstar.co.il>
15124
15129
  minisite.ms
15125
15130
 
15131
+ // Servebolt AS: https://servebolt.com
15132
+ // Submitted by Daniel Kjeserud <cloudops@servebolt.com>
15133
+ servebolt.cloud
15134
+
15126
15135
  // Service Magnet : https://myservicemagnet.com
15127
15136
  // Submitted by Dave Sanders <dave@myservicemagnet.com>
15128
15137
  magnet.page
@@ -15133,15 +15142,14 @@ biz.ua
15133
15142
  co.ua
15134
15143
  pp.ua
15135
15144
 
15145
+ // Shanghai Accounting Society : https://www.sasf.org.cn
15146
+ // Submitted by Information Administration <info@sasf.org.cn>
15147
+ as.sh.cn
15148
+
15136
15149
  // Sheezy.Art : https://sheezy.art
15137
15150
  // Submitted by Nyoom <admin@sheezy.art>
15138
15151
  sheezy.games
15139
15152
 
15140
- // Shift Crypto AG : https://shiftcrypto.ch
15141
- // Submitted by alex <alex@shiftcrypto.ch>
15142
- shiftcrypto.dev
15143
- shiftcrypto.io
15144
-
15145
15153
  // ShiftEdit : https://shiftedit.net/
15146
15154
  // Submitted by Adam Jimenez <adam@shiftcreate.com>
15147
15155
  shiftedit.io
@@ -15221,6 +15229,10 @@ try-snowplow.com
15221
15229
  // Submitted by Drew DeVault <sir@cmpwn.com>
15222
15230
  srht.site
15223
15231
 
15232
+ // SparrowHost : https://sparrowhost.in/
15233
+ // Submitted by Anant Pandey <info@sparrowhost.in>
15234
+ ind.mom
15235
+
15224
15236
  // StackBlitz : https://stackblitz.com
15225
15237
  // Submitted by Dominic Elm <hello@stackblitz.com>
15226
15238
  w-corp-staticblitz.com
@@ -15241,8 +15253,8 @@ stackit.zone
15241
15253
 
15242
15254
  // Staclar : https://staclar.com
15243
15255
  // Submitted by Q Misell <q@staclar.com>
15244
- musician.io
15245
15256
  // Submitted by Matthias Merkel <matthias.merkel@staclar.com>
15257
+ musician.io
15246
15258
  novecore.site
15247
15259
 
15248
15260
  // staticland : https://static.land
@@ -15255,6 +15267,11 @@ sites.static.land
15255
15267
  // Submitted by Tony Schirmer <tony@storebase.io>
15256
15268
  storebase.store
15257
15269
 
15270
+ // Strapi : https://strapi.io/
15271
+ // Submitted by Florent Baldino <security@strapi.io>
15272
+ strapiapp.com
15273
+ media.strapiapp.com
15274
+
15258
15275
  // Strategic System Consulting (eApps Hosting): https://www.eapps.com/
15259
15276
  // Submitted by Alex Oancea <aoancea@cloudscale365.com>
15260
15277
  vps-host.net
@@ -15350,12 +15367,11 @@ temp-dns.com
15350
15367
  supabase.co
15351
15368
  supabase.in
15352
15369
  supabase.net
15353
- su.paba.se
15354
15370
 
15355
15371
  // Symfony, SAS : https://symfony.com/
15356
15372
  // Submitted by Fabien Potencier <fabien@symfony.com>
15357
- *.s5y.io
15358
15373
  *.sensiosite.cloud
15374
+ *.s5y.io
15359
15375
 
15360
15376
  // Syncloud : https://syncloud.org
15361
15377
  // Submitted by Boris Rybalkin <syncloud@syncloud.it>
@@ -15377,14 +15393,14 @@ dsmynas.net
15377
15393
  familyds.net
15378
15394
  dsmynas.org
15379
15395
  familyds.org
15380
- vpnplus.to
15381
15396
  direct.quickconnect.to
15397
+ vpnplus.to
15382
15398
 
15383
15399
  // Tabit Technologies Ltd. : https://tabit.cloud/
15384
15400
  // Submitted by Oren Agiv <oren@tabit.cloud>
15385
- tabitorder.co.il
15386
- mytabit.co.il
15387
15401
  mytabit.com
15402
+ mytabit.co.il
15403
+ tabitorder.co.il
15388
15404
 
15389
15405
  // TAIFUN Software AG : http://taifun-software.de
15390
15406
  // Submitted by Bjoern Henke <dev-server@taifun-software.de>
@@ -15396,13 +15412,18 @@ beta.tailscale.net
15396
15412
  ts.net
15397
15413
  *.c.ts.net
15398
15414
 
15399
- // TASK geographical domains (www.task.gda.pl/uslugi/dns)
15415
+ // TASK geographical domains (https://www.task.gda.pl/uslugi/dns)
15400
15416
  gda.pl
15401
15417
  gdansk.pl
15402
15418
  gdynia.pl
15403
15419
  med.pl
15404
15420
  sopot.pl
15405
15421
 
15422
+ // tawk.to, Inc : https://www.tawk.to
15423
+ // Submitted by tawk.to developer team <dev-accounts@tawk.to>
15424
+ p.tawk.email
15425
+ p.tawkto.email
15426
+
15406
15427
  // team.blue https://team.blue
15407
15428
  // Submitted by Cedric Dubois <cedric.dubois@team.blue>
15408
15429
  site.tb-hosting.com
@@ -15425,11 +15446,11 @@ telebit.io
15425
15446
  reservd.com
15426
15447
  thingdustdata.com
15427
15448
  cust.dev.thingdust.io
15449
+ reservd.dev.thingdust.io
15428
15450
  cust.disrec.thingdust.io
15451
+ reservd.disrec.thingdust.io
15429
15452
  cust.prod.thingdust.io
15430
15453
  cust.testing.thingdust.io
15431
- reservd.dev.thingdust.io
15432
- reservd.disrec.thingdust.io
15433
15454
  reservd.testing.thingdust.io
15434
15455
 
15435
15456
  // ticket i/O GmbH : https://ticket.io
@@ -15443,7 +15464,7 @@ azimuth.network
15443
15464
  tlon.network
15444
15465
 
15445
15466
  // Tor Project, Inc. : https://torproject.org
15446
- // Submitted by Antoine Beaupré <anarcat@torproject.org
15467
+ // Submitted by Antoine Beaupré <anarcat@torproject.org>
15447
15468
  torproject.net
15448
15469
  pages.torproject.net
15449
15470
 
@@ -15491,8 +15512,6 @@ tuxfamily.org
15491
15512
  // TwoDNS : https://www.twodns.de/
15492
15513
  // Submitted by TwoDNS-Support <support@two-dns.de>
15493
15514
  dd-dns.de
15494
- diskstation.eu
15495
- diskstation.org
15496
15515
  dray-dns.de
15497
15516
  draydns.de
15498
15517
  dyn-vpn.de
@@ -15503,6 +15522,8 @@ my-wan.de
15503
15522
  syno-ds.de
15504
15523
  synology-diskstation.de
15505
15524
  synology-ds.de
15525
+ diskstation.eu
15526
+ diskstation.org
15506
15527
 
15507
15528
  // Typedream : https://typedream.com
15508
15529
  // Submitted by Putri Karunia <putri@typedream.com>
@@ -15514,15 +15535,15 @@ pro.typeform.com
15514
15535
 
15515
15536
  // Uberspace : https://uberspace.de
15516
15537
  // Submitted by Moritz Werner <mwerner@jonaspasche.com>
15517
- uber.space
15518
15538
  *.uberspace.de
15539
+ uber.space
15519
15540
 
15520
15541
  // UDR Limited : http://www.udr.hk.com
15521
15542
  // Submitted by registry <hostmaster@udr.hk.com>
15522
15543
  hk.com
15523
- hk.org
15524
- ltd.hk
15525
15544
  inc.hk
15545
+ ltd.hk
15546
+ hk.org
15526
15547
 
15527
15548
  // UK Intis Telecom LTD : https://it.com
15528
15549
  // Submitted by ITComdomains <to@it.com>
@@ -15543,8 +15564,8 @@ org.yt
15543
15564
 
15544
15565
  // United Gameserver GmbH : https://united-gameserver.de
15545
15566
  // Submitted by Stefan Schwarz <sysadm@united-gameserver.de>
15546
- virtualuser.de
15547
15567
  virtual-user.de
15568
+ virtualuser.de
15548
15569
 
15549
15570
  // Upli : https://upli.io
15550
15571
  // Submitted by Lenny Bakkalian <lenny.bakkalian@gmail.com>
@@ -15609,10 +15630,19 @@ webflowtest.io
15609
15630
 
15610
15631
  // WebHotelier Technologies Ltd: https://www.webhotelier.net/
15611
15632
  // Submitted by Apostolos Tsakpinis <apostolos.tsakpinis@gmail.com>
15612
- reserve-online.net
15613
- reserve-online.com
15614
15633
  bookonline.app
15615
15634
  hotelwithflight.com
15635
+ reserve-online.com
15636
+ reserve-online.net
15637
+
15638
+ // WebPros International, LLC : https://webpros.com/
15639
+ // Submitted by Nicolas Rochelemagne <public.suffix@webpros.com>
15640
+ cprapid.com
15641
+ pleskns.com
15642
+ wp2.host
15643
+ pdns.page
15644
+ plesk.page
15645
+ wpsquared.site
15616
15646
 
15617
15647
  // WebWaddle Ltd: https://webwaddle.com/
15618
15648
  // Submitted by Merlin Glander <hostmaster@webwaddle.com>
@@ -15638,15 +15668,23 @@ pages.wiardweb.com
15638
15668
 
15639
15669
  // Wikimedia Labs : https://wikitech.wikimedia.org
15640
15670
  // Submitted by Arturo Borrero Gonzalez <aborrero@wikimedia.org>
15641
- wmflabs.org
15642
15671
  toolforge.org
15643
15672
  wmcloud.org
15673
+ wmflabs.org
15644
15674
 
15645
15675
  // WISP : https://wisp.gg
15646
15676
  // Submitted by Stepan Fedotov <stepan@wisp.gg>
15647
15677
  panel.gg
15648
15678
  daemon.panel.gg
15649
15679
 
15680
+ // Wix.com, Inc. : https://www.wix.com
15681
+ // Submitted by Shahar Talmi / Alon Kochba <publicsuffixlist@wix.com>
15682
+ wixsite.com
15683
+ wixstudio.com
15684
+ editorx.io
15685
+ wixstudio.io
15686
+ wix.run
15687
+
15650
15688
  // Wizard Zines : https://wizardzines.com
15651
15689
  // Submitted by Julia Evans <julia@wizardzines.com>
15652
15690
  messwithdns.com
@@ -15672,13 +15710,6 @@ weeklylottery.org.uk
15672
15710
  wpenginepowered.com
15673
15711
  js.wpenginepowered.com
15674
15712
 
15675
- // Wix.com, Inc. : https://www.wix.com
15676
- // Submitted by Shahar Talmi <shahar@wix.com>
15677
- wixsite.com
15678
- editorx.io
15679
- wixstudio.io
15680
- wix.run
15681
-
15682
15713
  // XenonCloud GbR: https://xenoncloud.net
15683
15714
  // Submitted by Julian Uphoff <publicsuffixlist@xenoncloud.net>
15684
15715
  half.host