public_suffix 3.1.1 → 4.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -4,9 +4,12 @@ source "https://rubygems.org"
4
4
 
5
5
  gemspec
6
6
 
7
+ gem "rake"
8
+
7
9
  gem "codecov", require: false
10
+ gem "memory_profiler", require: false
8
11
  gem "minitest"
9
12
  gem "minitest-reporters"
10
- gem "rubocop", require: false
11
-
12
- gem "memory_profiler", require: false
13
+ gem "mocha"
14
+ gem "rubocop", "0.81.0", require: false
15
+ gem "yard"
@@ -1,4 +1,4 @@
1
- Copyright (c) 2009-2019 Simone Carletti <weppos@weppos.net>
1
+ Copyright (c) 2009-2020 Simone Carletti <weppos@weppos.net>
2
2
 
3
3
  MIT License
4
4
 
data/README.md CHANGED
@@ -2,14 +2,21 @@
2
2
 
3
3
  <tt>PublicSuffix</tt> is a Ruby domain name parser based on the [Public Suffix List](https://publicsuffix.org/).
4
4
 
5
- [![Build Status](https://travis-ci.org/weppos/publicsuffix-ruby.svg?branch=master)](https://travis-ci.org/weppos/publicsuffix-ruby)
5
+ [![Build Status](https://travis-ci.com/weppos/publicsuffix-ruby.svg?branch=master)](https://travis-ci.com/weppos/publicsuffix-ruby)
6
+ [![Tidelift dependencies](https://tidelift.com/badges/package/rubygems/public_suffix)](https://tidelift.com/subscription/pkg/rubygems-public-suffix?utm_source=rubygems-public-suffix&utm_medium=referral&utm_campaign=enterprise)
6
7
 
7
8
 
8
- ## Requirements
9
+ ## Links
10
+
11
+ - [Homepage](https://simonecarletti.com/code/publicsuffix-ruby)
12
+ - [Repository](https://github.com/weppos/publicsuffix-ruby)
13
+ - [API Documentation](https://rubydoc.info/gems/public_suffix)
14
+ - [Introducing the Public Suffix List library for Ruby](https://simonecarletti.com/blog/2010/06/public-suffix-list-library-for-ruby/)
9
15
 
10
- - Ruby >= 2.3
11
16
 
12
- For an older versions of Ruby use a previous release.
17
+ ## Requirements
18
+
19
+ <tt>PublicSuffix</tt> requires **Ruby >= 2.3**. For an older versions of Ruby use a previous release.
13
20
 
14
21
 
15
22
  ## Installation
@@ -17,7 +24,7 @@ For an older versions of Ruby use a previous release.
17
24
  You can install the gem manually:
18
25
 
19
26
  ```shell
20
- $ gem install public_suffix
27
+ gem install public_suffix
21
28
  ```
22
29
 
23
30
  Or use Bundler and define it as a dependency in your `Gemfile`:
@@ -173,21 +180,19 @@ Not convinced yet? Check out [this real world example](https://stackoverflow.com
173
180
  No. <tt>PublicSuffix</tt> comes with a bundled list. It does not make any HTTP requests to parse or validate a domain.
174
181
 
175
182
 
176
- ## Feedback and bug reports
183
+ ## Support
177
184
 
178
- If you use this library and find yourself missing any functionality, please [let me know](mailto:weppos@weppos.net).
185
+ Library documentation is auto-generated from the [README](https://github.com/weppos/publicsuffix-ruby/blob/master/README.md) and the source code, and it's available at https://rubydoc.info/gems/public_suffix.
179
186
 
180
- Pull requests are very welcome! Please include tests and/or feature coverage for every patch, and create a topic branch for every separate change you make.
187
+ - The PublicSuffix bug tracker is here: https://github.com/weppos/publicsuffix-ruby/issues
188
+ - The PublicSuffix code repository is here: https://github.com/weppos/publicsuffix-ruby. Contributions are welcome! Please include tests and/or feature coverage for every patch, and create a topic branch for every separate change you make.
181
189
 
182
- Report issues or feature requests to [GitHub Issues](https://github.com/weppos/publicsuffix-ruby/issues).
190
+ [Consider subscribing to Tidelift which provides Enterprise support for this project](https://tidelift.com/subscription/pkg/rubygems-public-suffix?utm_source=rubygems-public-suffix&utm_medium=referral&utm_campaign=readme) as part of the Tidelift Subscription. Tidelift subscriptions also help the maintainers by funding the project, which in turn allows us to ship releases, bugfixes, and security updates more often.
183
191
 
184
192
 
185
- ## More
193
+ ## Security and Vulnerability Reporting
186
194
 
187
- - [Homepage](https://simonecarletti.com/code/publicsuffix-ruby)
188
- - [Repository](https://github.com/weppos/publicsuffix-ruby)
189
- - [API Documentation](http://rubydoc.info/gems/public_suffix)
190
- - [Introducing the Public Suffix List library for Ruby](https://simonecarletti.com/blog/2010/06/public-suffix-list-library-for-ruby/)
195
+ Full information and description of our security policy please visit [`SECURITY.md`](SECURITY.md)
191
196
 
192
197
 
193
198
  ## Changelog
@@ -197,6 +202,6 @@ See the [CHANGELOG.md](CHANGELOG.md) file for details.
197
202
 
198
203
  ## License
199
204
 
200
- Copyright (c) 2009-2019 Simone Carletti. This is Free Software distributed under the MIT license.
205
+ Copyright (c) 2009-2020 Simone Carletti. This is Free Software distributed under the MIT license.
201
206
 
202
207
  The [Public Suffix List source](https://publicsuffix.org/list/) is subject to the terms of the Mozilla Public License, v. 2.0.
@@ -0,0 +1,104 @@
1
+ # Security Policy
2
+
3
+ ## Supported Versions
4
+
5
+ Security updates are provided only for the current minor version.
6
+
7
+ If you are using a previous minor version, we recommend to upgrade to the current minor version.
8
+ This project uses [semantic versioning](https://semver.org/), therefore you can upgrade to a more recent minor version without incurring into breaking changes.
9
+
10
+ Exceptionally, we may support previous minor versions upon request if there are significant reasons preventing to immediately switch the latest minor version.
11
+
12
+ Older major versions are no longer supported.
13
+
14
+
15
+ ## Reporting a Vulnerability
16
+
17
+ To make a report, please email weppos@weppos.net.
18
+
19
+ Please consider encrypting your report with GPG using the key [0x420da82a989398df](https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x420da82a989398df).
20
+
21
+ ```
22
+ -----BEGIN PGP PUBLIC KEY BLOCK-----
23
+
24
+ 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
97
+ =j6Xr
98
+ -----END PGP PUBLIC KEY BLOCK-----
99
+ ```
100
+
101
+
102
+ ## Tracking Security Updates
103
+
104
+ Information about security vulnerabilities are published in the [Security Advisories](https://github.com/weppos/publicsuffix-ruby/security/advisories) page.
@@ -79,7 +79,6 @@ exchange.aero
79
79
  express.aero
80
80
  federation.aero
81
81
  flight.aero
82
- freight.aero
83
82
  fuel.aero
84
83
  gliding.aero
85
84
  government.aero
@@ -240,6 +239,8 @@ vic.au
240
239
  wa.au
241
240
  // 3LDs
242
241
  act.edu.au
242
+ catholic.edu.au
243
+ // eq.edu.au - Removed at the request of the Queensland Department of Education
243
244
  nsw.edu.au
244
245
  nt.edu.au
245
246
  qld.edu.au
@@ -255,6 +256,9 @@ sa.gov.au
255
256
  tas.gov.au
256
257
  vic.gov.au
257
258
  wa.gov.au
259
+ // 4LDs
260
+ education.tas.edu.au
261
+ schools.nsw.edu.au
258
262
 
259
263
  // aw : https://en.wikipedia.org/wiki/.aw
260
264
  aw
@@ -714,11 +718,13 @@ gouv.ci
714
718
  *.ck
715
719
  !www.ck
716
720
 
717
- // cl : https://en.wikipedia.org/wiki/.cl
721
+ // cl : https://www.nic.cl
722
+ // Confirmed by .CL registry <hsalgado@nic.cl>
718
723
  cl
719
- gov.cl
720
- gob.cl
724
+ aprendemas.cl
721
725
  co.cl
726
+ gob.cl
727
+ gov.cl
722
728
  mil.cl
723
729
 
724
730
  // cm : https://en.wikipedia.org/wiki/.cm plus bug 981927
@@ -977,8 +983,19 @@ fi
977
983
  // TODO: Check for updates (expected to be phased out around Q1/2009)
978
984
  aland.fi
979
985
 
980
- // fj : https://en.wikipedia.org/wiki/.fj
981
- *.fj
986
+ // fj : http://domains.fj/
987
+ // Submitted by registry <garth.miller@cocca.org.nz> 2020-02-11
988
+ fj
989
+ ac.fj
990
+ biz.fj
991
+ com.fj
992
+ gov.fj
993
+ info.fj
994
+ mil.fj
995
+ name.fj
996
+ net.fj
997
+ org.fj
998
+ pro.fj
982
999
 
983
1000
  // fk : https://en.wikipedia.org/wiki/.fk
984
1001
  *.fk
@@ -1363,7 +1380,7 @@ it
1363
1380
  gov.it
1364
1381
  edu.it
1365
1382
  // Reserved geo-names (regions and provinces):
1366
- // http://www.nic.it/sites/default/files/docs/Regulation_assignation_v7.1.pdf
1383
+ // https://www.nic.it/sites/default/files/archivio/docs/Regulation_assignation_v7.1.pdf
1367
1384
  // Regions
1368
1385
  abr.it
1369
1386
  abruzzo.it
@@ -4334,8 +4351,6 @@ niepce.museum
4334
4351
  norfolk.museum
4335
4352
  north.museum
4336
4353
  nrw.museum
4337
- nuernberg.museum
4338
- nuremberg.museum
4339
4354
  nyc.museum
4340
4355
  nyny.museum
4341
4356
  oceanographic.museum
@@ -5883,14 +5898,9 @@ gov.rs
5883
5898
  in.rs
5884
5899
  org.rs
5885
5900
 
5886
- // ru : https://cctld.ru/en/domains/domens_ru/reserved/
5901
+ // ru : https://cctld.ru/files/pdf/docs/en/rules_ru-rf.pdf
5902
+ // Submitted by George Georgievsky <gug@cctld.ru>
5887
5903
  ru
5888
- ac.ru
5889
- edu.ru
5890
- gov.ru
5891
- int.ru
5892
- mil.ru
5893
- test.ru
5894
5904
 
5895
5905
  // rw : https://www.ricta.org.rw/sites/default/files/resources/registry_registrar_contract_0.pdf
5896
5906
  rw
@@ -6035,15 +6045,28 @@ org.sn
6035
6045
  perso.sn
6036
6046
  univ.sn
6037
6047
 
6038
- // so : http://www.soregistry.com/
6048
+ // so : http://sonic.so/policies/
6039
6049
  so
6040
6050
  com.so
6051
+ edu.so
6052
+ gov.so
6053
+ me.so
6041
6054
  net.so
6042
6055
  org.so
6043
6056
 
6044
6057
  // sr : https://en.wikipedia.org/wiki/.sr
6045
6058
  sr
6046
6059
 
6060
+ // ss : https://registry.nic.ss/
6061
+ // Submitted by registry <technical@nic.ss>
6062
+ ss
6063
+ biz.ss
6064
+ com.ss
6065
+ edu.ss
6066
+ gov.ss
6067
+ net.ss
6068
+ org.ss
6069
+
6047
6070
  // st : http://www.nic.st/html/policyrules/
6048
6071
  st
6049
6072
  co.st
@@ -6497,7 +6520,7 @@ k12.ok.us
6497
6520
  k12.or.us
6498
6521
  k12.pa.us
6499
6522
  k12.pr.us
6500
- k12.ri.us
6523
+ // k12.ri.us Removed at request of Kim Cournoyer <netsupport@staff.ri.net>
6501
6524
  k12.sc.us
6502
6525
  // k12.sd.us Bug 934131 - Removed at request of James Booze <James.Booze@k12.sd.us>
6503
6526
  k12.tn.us
@@ -6784,8 +6807,16 @@ yt
6784
6807
  مصر
6785
6808
 
6786
6809
  // xn--e1a4c ("eu", Cyrillic) : EU
6810
+ // https://eurid.eu
6787
6811
  ею
6788
6812
 
6813
+ // xn--qxa6a ("eu", Greek) : EU
6814
+ // https://eurid.eu
6815
+ ευ
6816
+
6817
+ // xn--mgbah1a3hjkrd ("Mauritania", Arabic) : MR
6818
+ موريتانيا
6819
+
6789
6820
  // xn--node ("ge", Georgian Mkhedruli) : GE
6790
6821
  გე
6791
6822
 
@@ -6939,7 +6970,8 @@ yt
6939
6970
  ак.срб
6940
6971
 
6941
6972
  // xn--p1ai ("rf", Russian-Cyrillic) : RU
6942
- // http://www.cctld.ru/en/docs/rulesrf.php
6973
+ // https://cctld.ru/files/pdf/docs/en/rules_ru-rf.pdf
6974
+ // Submitted by George Georgievsky <gug@cctld.ru>
6943
6975
  рф
6944
6976
 
6945
6977
  // xn--wgbl6a ("Qatar", Arabic) : QA
@@ -7012,7 +7044,7 @@ xxx
7012
7044
  // ye : http://www.y.net.ye/services/domain_name.htm
7013
7045
  *.ye
7014
7046
 
7015
- // za : http://www.zadna.org.za/content/page/domain-information
7047
+ // za : https://www.zadna.org.za/content/page/domain-information/
7016
7048
  ac.za
7017
7049
  agric.za
7018
7050
  alt.za
@@ -7024,6 +7056,7 @@ law.za
7024
7056
  mil.za
7025
7057
  net.za
7026
7058
  ngo.za
7059
+ nic.za
7027
7060
  nis.za
7028
7061
  nom.za
7029
7062
  org.za
@@ -7058,7 +7091,7 @@ org.zw
7058
7091
 
7059
7092
  // newGTLDs
7060
7093
 
7061
- // List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2019-06-14T10:00:50-04:00
7094
+ // List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2020-04-02T18:20:31Z
7062
7095
  // This list is auto-generated, don't edit it manually.
7063
7096
  // aaa : 2015-02-26 American Automobile Association, Inc.
7064
7097
  aaa
@@ -7180,6 +7213,9 @@ alsace
7180
7213
  // alstom : 2015-07-30 ALSTOM
7181
7214
  alstom
7182
7215
 
7216
+ // amazon : 2019-12-19 Amazon Registry Services, Inc.
7217
+ amazon
7218
+
7183
7219
  // americanexpress : 2015-07-31 American Express Travel Related Services Company, Inc.
7184
7220
  americanexpress
7185
7221
 
@@ -7279,7 +7315,7 @@ auto
7279
7315
  // autos : 2014-01-09 DERAutos, LLC
7280
7316
  autos
7281
7317
 
7282
- // avianca : 2015-01-08 Aerovias del Continente Americano S.A. Avianca
7318
+ // avianca : 2015-01-08 Avianca Holdings S.A.
7283
7319
  avianca
7284
7320
 
7285
7321
  // aws : 2015-06-25 Amazon Registry Services, Inc.
@@ -7357,7 +7393,7 @@ bcn
7357
7393
  // beats : 2015-05-14 Beats Electronics, LLC
7358
7394
  beats
7359
7395
 
7360
- // beauty : 2015-12-03 L'Oréal
7396
+ // beauty : 2015-12-03 XYZ.COM LLC
7361
7397
  beauty
7362
7398
 
7363
7399
  // beer : 2014-01-09 Minds + Machines Group Limited
@@ -7423,9 +7459,6 @@ bms
7423
7459
  // bmw : 2014-01-09 Bayerische Motoren Werke Aktiengesellschaft
7424
7460
  bmw
7425
7461
 
7426
- // bnl : 2014-07-24 Banca Nazionale del Lavoro
7427
- bnl
7428
-
7429
7462
  // bnpparibas : 2014-05-29 BNP Paribas
7430
7463
  bnpparibas
7431
7464
 
@@ -7573,9 +7606,6 @@ careers
7573
7606
  // cars : 2014-11-13 Cars Registry Limited
7574
7607
  cars
7575
7608
 
7576
- // cartier : 2014-06-23 Richemont DNS Inc.
7577
- cartier
7578
-
7579
7609
  // casa : 2013-11-21 Minds + Machines Group Limited
7580
7610
  casa
7581
7611
 
@@ -7654,9 +7684,6 @@ christmas
7654
7684
  // chrome : 2014-07-24 Charleston Road Registry Inc.
7655
7685
  chrome
7656
7686
 
7657
- // chrysler : 2015-07-30 FCA US LLC.
7658
- chrysler
7659
-
7660
7687
  // church : 2014-02-06 Binky Moon, LLC
7661
7688
  church
7662
7689
 
@@ -7738,7 +7765,7 @@ community
7738
7765
  // company : 2013-11-07 Binky Moon, LLC
7739
7766
  company
7740
7767
 
7741
- // compare : 2015-10-08 iSelect Ltd
7768
+ // compare : 2015-10-08 Registry Services, LLC
7742
7769
  compare
7743
7770
 
7744
7771
  // computer : 2013-10-24 Binky Moon, LLC
@@ -7822,7 +7849,7 @@ cuisinella
7822
7849
  // cymru : 2014-05-08 Nominet UK
7823
7850
  cymru
7824
7851
 
7825
- // cyou : 2015-01-22 Beijing Gamease Age Digital Technology Co., Ltd.
7852
+ // cyou : 2015-01-22 ShortDot SA
7826
7853
  cyou
7827
7854
 
7828
7855
  // dabur : 2014-02-06 Dabur India Limited
@@ -7936,9 +7963,6 @@ docs
7936
7963
  // doctor : 2016-06-02 Binky Moon, LLC
7937
7964
  doctor
7938
7965
 
7939
- // dodge : 2015-07-30 FCA US LLC.
7940
- dodge
7941
-
7942
7966
  // dog : 2014-12-04 Binky Moon, LLC
7943
7967
  dog
7944
7968
 
@@ -7966,9 +7990,6 @@ duck
7966
7990
  // dunlop : 2015-07-02 The Goodyear Tire & Rubber Company
7967
7991
  dunlop
7968
7992
 
7969
- // duns : 2015-08-06 The Dun & Bradstreet Corporation
7970
- duns
7971
-
7972
7993
  // dupont : 2015-06-25 E. I. du Pont de Nemours and Company
7973
7994
  dupont
7974
7995
 
@@ -8047,9 +8068,6 @@ eus
8047
8068
  // events : 2013-12-05 Binky Moon, LLC
8048
8069
  events
8049
8070
 
8050
- // everbank : 2014-05-15 EverBank
8051
- everbank
8052
-
8053
8071
  // exchange : 2014-03-06 Binky Moon, LLC
8054
8072
  exchange
8055
8073
 
@@ -8083,7 +8101,7 @@ family
8083
8101
  // fan : 2014-03-06 Dog Beach, LLC
8084
8102
  fan
8085
8103
 
8086
- // fans : 2014-11-07 Fans TLD Limited
8104
+ // fans : 2014-11-07 ZDNS International Limited
8087
8105
  fans
8088
8106
 
8089
8107
  // farm : 2013-11-07 Binky Moon, LLC
@@ -8323,7 +8341,7 @@ gmail
8323
8341
  // gmbh : 2016-01-29 Binky Moon, LLC
8324
8342
  gmbh
8325
8343
 
8326
- // gmo : 2014-01-09 GMO Internet Pte. Ltd.
8344
+ // gmo : 2014-01-09 GMO Internet, Inc.
8327
8345
  gmo
8328
8346
 
8329
8347
  // gmx : 2014-04-24 1&1 Mail & Media GmbH
@@ -8398,7 +8416,7 @@ guitars
8398
8416
  // guru : 2013-08-27 Binky Moon, LLC
8399
8417
  guru
8400
8418
 
8401
- // hair : 2015-12-03 L'Oréal
8419
+ // hair : 2015-12-03 XYZ.COM LLC
8402
8420
  hair
8403
8421
 
8404
8422
  // hamburg : 2014-02-20 Hamburg Top-Level-Domain GmbH
@@ -8479,9 +8497,6 @@ homesense
8479
8497
  // honda : 2014-12-18 Honda Motor Co., Ltd.
8480
8498
  honda
8481
8499
 
8482
- // honeywell : 2015-07-23 Honeywell GTLD LLC
8483
- honeywell
8484
-
8485
8500
  // horse : 2013-11-21 Minds + Machines Group Limited
8486
8501
  horse
8487
8502
 
@@ -8599,9 +8614,6 @@ ipiranga
8599
8614
  // irish : 2014-08-07 Binky Moon, LLC
8600
8615
  irish
8601
8616
 
8602
- // iselect : 2015-02-11 iSelect Ltd
8603
- iselect
8604
-
8605
8617
  // ismaili : 2015-08-06 Fondation Aga Khan (Aga Khan Foundation)
8606
8618
  ismaili
8607
8619
 
@@ -8740,9 +8752,6 @@ kyoto
8740
8752
  // lacaixa : 2014-01-09 Fundación Bancaria Caixa d’Estalvis i Pensions de Barcelona, “la Caixa”
8741
8753
  lacaixa
8742
8754
 
8743
- // ladbrokes : 2015-08-06 LADBROKES INTERNATIONAL PLC
8744
- ladbrokes
8745
-
8746
8755
  // lamborghini : 2015-06-04 Automobili Lamborghini S.p.A.
8747
8756
  lamborghini
8748
8757
 
@@ -8755,9 +8764,6 @@ lancaster
8755
8764
  // lancia : 2015-07-31 Fiat Chrysler Automobiles N.V.
8756
8765
  lancia
8757
8766
 
8758
- // lancome : 2015-07-23 L'Oréal
8759
- lancome
8760
-
8761
8767
  // land : 2013-09-10 Binky Moon, LLC
8762
8768
  land
8763
8769
 
@@ -8809,9 +8815,6 @@ lexus
8809
8815
  // lgbt : 2014-05-08 Afilias Limited
8810
8816
  lgbt
8811
8817
 
8812
- // liaison : 2014-10-02 Liaison Technologies, Incorporated
8813
- liaison
8814
-
8815
8818
  // lidl : 2014-09-18 Schwarz Domains und Services GmbH & Co. KG
8816
8819
  lidl
8817
8820
 
@@ -8863,6 +8866,9 @@ lixil
8863
8866
  // llc : 2017-12-14 Afilias Limited
8864
8867
  llc
8865
8868
 
8869
+ // llp : 2019-08-26 Dot Registry LLC
8870
+ llp
8871
+
8866
8872
  // loan : 2014-11-20 dot Loan Limited
8867
8873
  loan
8868
8874
 
@@ -8929,7 +8935,7 @@ maif
8929
8935
  // maison : 2013-12-05 Binky Moon, LLC
8930
8936
  maison
8931
8937
 
8932
- // makeup : 2015-01-15 L'Oréal
8938
+ // makeup : 2015-01-15 XYZ.COM LLC
8933
8939
  makeup
8934
8940
 
8935
8941
  // man : 2014-12-04 MAN SE
@@ -9031,9 +9037,6 @@ mma
9031
9037
  // mobile : 2016-06-02 Dish DBS Corporation
9032
9038
  mobile
9033
9039
 
9034
- // mobily : 2014-12-18 GreenTech Consultancy Company W.L.L.
9035
- mobily
9036
-
9037
9040
  // moda : 2013-11-07 Dog Beach, LLC
9038
9041
  moda
9039
9042
 
@@ -9055,9 +9058,6 @@ money
9055
9058
  // monster : 2015-09-11 XYZ.COM LLC
9056
9059
  monster
9057
9060
 
9058
- // mopar : 2015-07-30 FCA US LLC.
9059
- mopar
9060
-
9061
9061
  // mormon : 2013-12-05 IRI Domain Management, LLC ("Applicant")
9062
9062
  mormon
9063
9063
 
@@ -9079,9 +9079,6 @@ mov
9079
9079
  // movie : 2015-02-05 Binky Moon, LLC
9080
9080
  movie
9081
9081
 
9082
- // movistar : 2014-10-16 Telefónica S.A.
9083
- movistar
9084
-
9085
9082
  // msd : 2015-07-23 MSD Registry Holdings, Inc.
9086
9083
  msd
9087
9084
 
@@ -9097,9 +9094,6 @@ mutual
9097
9094
  // nab : 2015-08-20 National Australia Bank Limited
9098
9095
  nab
9099
9096
 
9100
- // nadex : 2014-12-11 Nadex Domains, Inc.
9101
- nadex
9102
-
9103
9097
  // nagoya : 2013-10-24 GMO Registry, Inc.
9104
9098
  nagoya
9105
9099
 
@@ -9340,9 +9334,6 @@ photos
9340
9334
  // physio : 2014-05-01 PhysBiz Pty Ltd
9341
9335
  physio
9342
9336
 
9343
- // piaget : 2014-10-16 Richemont DNS Inc.
9344
- piaget
9345
-
9346
9337
  // pics : 2013-11-14 Uniregistry, Corp.
9347
9338
  pics
9348
9339
 
@@ -9454,7 +9445,7 @@ qpon
9454
9445
  // quebec : 2013-12-19 PointQuébec Inc
9455
9446
  quebec
9456
9447
 
9457
- // quest : 2015-03-26 Quest ION Limited
9448
+ // quest : 2015-03-26 XYZ.COM LLC
9458
9449
  quest
9459
9450
 
9460
9451
  // qvc : 2015-07-30 QVC, Inc.
@@ -9508,7 +9499,7 @@ reit
9508
9499
  // reliance : 2015-04-02 Reliance Industries Limited
9509
9500
  reliance
9510
9501
 
9511
- // ren : 2013-12-12 Beijing Qianxiang Wangjing Technology Development Co., Ltd.
9502
+ // ren : 2013-12-12 ZDNS International Limited
9512
9503
  ren
9513
9504
 
9514
9505
  // rent : 2014-12-04 XYZ.COM LLC
@@ -9703,7 +9694,7 @@ security
9703
9694
  // seek : 2014-12-04 Seek Limited
9704
9695
  seek
9705
9696
 
9706
- // select : 2015-10-08 iSelect Ltd
9697
+ // select : 2015-10-08 Registry Services, LLC
9707
9698
  select
9708
9699
 
9709
9700
  // sener : 2014-10-24 Sener Ingeniería y Sistemas, S.A.
@@ -9784,7 +9775,7 @@ site
9784
9775
  // ski : 2015-04-09 Afilias Limited
9785
9776
  ski
9786
9777
 
9787
- // skin : 2015-01-15 L'Oréal
9778
+ // skin : 2015-01-15 XYZ.COM LLC
9788
9779
  skin
9789
9780
 
9790
9781
  // sky : 2014-06-19 Sky International AG
@@ -9835,6 +9826,9 @@ sony
9835
9826
  // soy : 2014-01-23 Charleston Road Registry Inc.
9836
9827
  soy
9837
9828
 
9829
+ // spa : 2019-09-19 Asia Spa and Wellness Promotion Council Limited
9830
+ spa
9831
+
9838
9832
  // space : 2014-04-03 DotSpace Inc.
9839
9833
  space
9840
9834
 
@@ -9850,9 +9844,6 @@ spreadbetting
9850
9844
  // srl : 2015-05-07 InterNetX, Corp
9851
9845
  srl
9852
9846
 
9853
- // srt : 2015-07-30 FCA US LLC.
9854
- srt
9855
-
9856
9847
  // stada : 2014-11-13 STADA Arzneimittel AG
9857
9848
  stada
9858
9849
 
@@ -9862,9 +9853,6 @@ staples
9862
9853
  // star : 2015-01-08 Star India Private Limited
9863
9854
  star
9864
9855
 
9865
- // starhub : 2015-02-05 StarHub Ltd
9866
- starhub
9867
-
9868
9856
  // statebank : 2015-03-12 STATE BANK OF INDIA
9869
9857
  statebank
9870
9858
 
@@ -9982,9 +9970,6 @@ tech
9982
9970
  // technology : 2013-09-13 Binky Moon, LLC
9983
9971
  technology
9984
9972
 
9985
- // telefonica : 2014-10-16 Telefónica S.A.
9986
- telefonica
9987
-
9988
9973
  // temasek : 2014-08-07 Temasek Holdings (Private) Limited
9989
9974
  temasek
9990
9975
 
@@ -10078,7 +10063,7 @@ trading
10078
10063
  // training : 2013-11-07 Binky Moon, LLC
10079
10064
  training
10080
10065
 
10081
- // travel : Dog Beach, LLC
10066
+ // travel : 2015-10-09 Dog Beach, LLC
10082
10067
  travel
10083
10068
 
10084
10069
  // travelchannel : 2015-07-02 Lifestyle Domain Holdings, Inc.
@@ -10117,16 +10102,13 @@ ubank
10117
10102
  // ubs : 2014-12-11 UBS AG
10118
10103
  ubs
10119
10104
 
10120
- // uconnect : 2015-07-30 FCA US LLC.
10121
- uconnect
10122
-
10123
10105
  // unicom : 2015-10-15 China United Network Communications Corporation Limited
10124
10106
  unicom
10125
10107
 
10126
10108
  // university : 2014-03-06 Binky Moon, LLC
10127
10109
  university
10128
10110
 
10129
- // uno : 2013-09-11 Dot Latin LLC
10111
+ // uno : 2013-09-11 DotSite Inc.
10130
10112
  uno
10131
10113
 
10132
10114
  // uol : 2014-05-01 UBN INTERNET LTDA.
@@ -10189,9 +10171,6 @@ visa
10189
10171
  // vision : 2013-12-05 Binky Moon, LLC
10190
10172
  vision
10191
10173
 
10192
- // vistaprint : 2014-09-18 Vistaprint Limited
10193
- vistaprint
10194
-
10195
10174
  // viva : 2014-11-07 Saudi Telecom Company
10196
10175
  viva
10197
10176
 
@@ -10240,9 +10219,6 @@ wang
10240
10219
  // wanggou : 2014-12-18 Amazon Registry Services, Inc.
10241
10220
  wanggou
10242
10221
 
10243
- // warman : 2015-06-18 Weir Group IP Limited
10244
- warman
10245
-
10246
10222
  // watch : 2013-11-14 Binky Moon, LLC
10247
10223
  watch
10248
10224
 
@@ -10357,7 +10333,7 @@ xin
10357
10333
  // xn--3bst00m : 2013-09-13 Eagle Horizon Limited
10358
10334
  集团
10359
10335
 
10360
- // xn--3ds443g : 2013-09-08 TLD REGISTRY LIMITED
10336
+ // xn--3ds443g : 2013-09-08 TLD REGISTRY LIMITED OY
10361
10337
  在线
10362
10338
 
10363
10339
  // xn--3oq18vl8pn36a : 2015-07-02 Volkswagen (China) Investment Co., Ltd.
@@ -10372,7 +10348,7 @@ xin
10372
10348
  // xn--45q11c : 2013-11-21 Zodiac Gemini Ltd
10373
10349
  八卦
10374
10350
 
10375
- // xn--4gbrim : 2013-10-04 Suhub Electronic Establishment
10351
+ // xn--4gbrim : 2013-10-04 Fans TLD Limited
10376
10352
  موقع
10377
10353
 
10378
10354
  // xn--55qw42g : 2013-11-08 China Organizational Name Administration Center
@@ -10432,10 +10408,13 @@ xin
10432
10408
  // xn--cck2b3b : 2015-02-26 Amazon Registry Services, Inc.
10433
10409
  ストア
10434
10410
 
10411
+ // xn--cckwcxetd : 2019-12-19 Amazon Registry Services, Inc.
10412
+ アマゾン
10413
+
10435
10414
  // xn--cg4bki : 2013-09-27 SAMSUNG SDS CO., LTD
10436
10415
  삼성
10437
10416
 
10438
- // xn--czr694b : 2014-01-16 Dot Trademark TLD Holding Company Limited
10417
+ // xn--czr694b : 2014-01-16 Internet DotTrademark Organisation Limited
10439
10418
  商标
10440
10419
 
10441
10420
  // xn--czrs0t : 2013-12-19 Binky Moon, LLC
@@ -10453,16 +10432,13 @@ xin
10453
10432
  // xn--efvy88h : 2014-08-22 Guangzhou YU Wei Information Technology Co., Ltd.
10454
10433
  新闻
10455
10434
 
10456
- // xn--estv75g : 2015-02-19 Industrial and Commercial Bank of China Limited
10457
- 工行
10458
-
10459
10435
  // xn--fct429k : 2015-04-09 Amazon Registry Services, Inc.
10460
10436
  家電
10461
10437
 
10462
10438
  // xn--fhbei : 2015-01-15 VeriSign Sarl
10463
10439
  كوم
10464
10440
 
10465
- // xn--fiq228c5hs : 2013-09-08 TLD REGISTRY LIMITED
10441
+ // xn--fiq228c5hs : 2013-09-08 TLD REGISTRY LIMITED OY
10466
10442
  中文网
10467
10443
 
10468
10444
  // xn--fiq64b : 2013-10-14 CITIC Group Corporation
@@ -10492,7 +10468,7 @@ xin
10492
10468
  // xn--i1b6b1a6a2e : 2013-11-14 Public Interest Registry
10493
10469
  संगठन
10494
10470
 
10495
- // xn--imr513n : 2014-12-11 Dot Trademark TLD Holding Company Limited
10471
+ // xn--imr513n : 2014-12-11 Internet DotTrademark Organisation Limited
10496
10472
  餐厅
10497
10473
 
10498
10474
  // xn--io0a7i : 2013-11-14 China Internet Network Information Center (CNNIC)
@@ -10501,6 +10477,9 @@ xin
10501
10477
  // xn--j1aef : 2015-01-15 VeriSign Sarl
10502
10478
  ком
10503
10479
 
10480
+ // xn--jlq480n2rg : 2019-12-19 Amazon Registry Services, Inc.
10481
+ 亚马逊
10482
+
10504
10483
  // xn--jlq61u9w7b : 2015-01-08 Nokia Corporation
10505
10484
  诺基亚
10506
10485
 
@@ -10528,9 +10507,6 @@ xin
10528
10507
  // xn--mgbab2bd : 2013-10-31 CORE Association
10529
10508
  بازار
10530
10509
 
10531
- // xn--mgbb9fbpob : 2014-12-18 GreenTech Consultancy Company W.L.L.
10532
- موبايلي
10533
-
10534
10510
  // xn--mgbca7dzdo : 2015-07-30 Abu Dhabi Systems and Information Centre
10535
10511
  ابوظبي
10536
10512
 
@@ -10564,7 +10540,7 @@ xin
10564
10540
  // xn--nyqy26a : 2014-11-07 Stable Tone Limited
10565
10541
  健康
10566
10542
 
10567
- // xn--otu796d : 2017-08-06 Dot Trademark TLD Holding Company Limited
10543
+ // xn--otu796d : 2017-08-06 Jiang Yu Liang Cai Technology Company Limited
10568
10544
  招聘
10569
10545
 
10570
10546
  // xn--p1acf : 2013-12-12 Rusnames Limited
@@ -10639,7 +10615,7 @@ yahoo
10639
10615
  // yamaxun : 2014-12-18 Amazon Registry Services, Inc.
10640
10616
  yamaxun
10641
10617
 
10642
- // yandex : 2014-04-10 YANDEX, LLC
10618
+ // yandex : 2014-04-10 Yandex Europe B.V.
10643
10619
  yandex
10644
10620
 
10645
10621
  // yodobashi : 2014-11-20 YODOBASHI CAMERA CO.,LTD.
@@ -10689,6 +10665,12 @@ cc.ua
10689
10665
  inf.ua
10690
10666
  ltd.ua
10691
10667
 
10668
+ // Adobe : https://www.adobe.com/
10669
+ // Submitted by Ian Boston <boston@adobe.com>
10670
+ adobeaemcloud.com
10671
+ adobeaemcloud.net
10672
+ *.dev.adobeaemcloud.com
10673
+
10692
10674
  // Agnat sp. z o.o. : https://domena.pl
10693
10675
  // Submitted by Przemyslaw Plewa <it-admin@domena.pl>
10694
10676
  beep.pl
@@ -10702,6 +10684,10 @@ barsy.ca
10702
10684
  *.compute.estate
10703
10685
  *.alces.network
10704
10686
 
10687
+ // Altervista: https://www.altervista.org
10688
+ // Submitted by Carlo Cannas <tech_staff@altervista.it>
10689
+ altervista.org
10690
+
10705
10691
  // alwaysdata : https://www.alwaysdata.com
10706
10692
  // Submitted by Cyril <admin@alwaysdata.com>
10707
10693
  alwaysdata.net
@@ -10802,6 +10788,10 @@ s3-website.eu-west-2.amazonaws.com
10802
10788
  s3-website.eu-west-3.amazonaws.com
10803
10789
  s3-website.us-east-2.amazonaws.com
10804
10790
 
10791
+ // Amsterdam Wireless: https://www.amsterdamwireless.nl/
10792
+ // Submitted by Imre Jonk <hostmaster@amsterdamwireless.nl>
10793
+ amsw.nl
10794
+
10805
10795
  // Amune : https://amune.org/
10806
10796
  // Submitted by Team Amune <cert@amune.org>
10807
10797
  t3l3p0rt.net
@@ -10815,6 +10805,12 @@ apigee.io
10815
10805
  // Submitted by Thomas Orozco <thomas@aptible.com>
10816
10806
  on-aptible.com
10817
10807
 
10808
+ // ASEINet : https://www.aseinet.com/
10809
+ // Submitted by Asei SEKIGUCHI <mail@aseinet.com>
10810
+ user.aseinet.ne.jp
10811
+ gv.vc
10812
+ d.gv.vc
10813
+
10818
10814
  // Asociación Amigos de la Informática "Euskalamiga" : http://encounter.eus/
10819
10815
  // Submitted by Hector Martin <marcan@euskalencounter.org>
10820
10816
  user.party.eus
@@ -10830,12 +10826,6 @@ sweetpepper.org
10830
10826
  // Submitted by Vincent Tseng <vincenttseng@asustor.com>
10831
10827
  myasustor.com
10832
10828
 
10833
- // Automattic Inc. : https://automattic.com/
10834
- // Submitted by Alex Concha <alex.concha@automattic.com>
10835
- go-vip.co
10836
- go-vip.net
10837
- wpcomstaging.com
10838
-
10839
10829
  // AVM : https://avm.de
10840
10830
  // Submitted by Andreas Weise <a.weise@avm.de>
10841
10831
  myfritz.net
@@ -10972,8 +10962,9 @@ certmgr.org
10972
10962
  xenapponazure.com
10973
10963
 
10974
10964
  // Civilized Discourse Construction Kit, Inc. : https://www.discourse.org/
10975
- // Submitted by Rishabh Nambiar <rishabh.nambiar@discourse.org>
10965
+ // Submitted by Rishabh Nambiar & Michael Brown <team@discourse.org>
10976
10966
  discourse.group
10967
+ discourse.team
10977
10968
 
10978
10969
  // ClearVox : http://www.clearvox.nl/
10979
10970
  // Submitted by Leon Rowland <leon@clearvox.nl>
@@ -11013,6 +11004,7 @@ cloudera.site
11013
11004
 
11014
11005
  // Cloudflare, Inc. : https://www.cloudflare.com/
11015
11006
  // Submitted by Jake Riesterer <publicsuffixlist@cloudflare.com>
11007
+ trycloudflare.com
11016
11008
  workers.dev
11017
11009
 
11018
11010
  // Clovyr : https://clovyr.io
@@ -11069,6 +11061,15 @@ co.no
11069
11061
  webhosting.be
11070
11062
  hosting-cluster.nl
11071
11063
 
11064
+ // Coordination Center for TLD RU and XN--P1AI : https://cctld.ru/en/domains/domens_ru/reserved/
11065
+ // Submitted by George Georgievsky <gug@cctld.ru>
11066
+ ac.ru
11067
+ edu.ru
11068
+ gov.ru
11069
+ int.ru
11070
+ mil.ru
11071
+ test.ru
11072
+
11072
11073
  // COSIMO GmbH : http://www.cosimo.de
11073
11074
  // Submitted by Rene Marticke <rmarticke@cosimo.de>
11074
11075
  dyn.cosidns.de
@@ -11093,6 +11094,14 @@ realm.cz
11093
11094
  // Submitted by Jonathan Rudenberg <jonathan@cupcake.io>
11094
11095
  cupcake.is
11095
11096
 
11097
+ // Customer OCI - Oracle Dyn https://cloud.oracle.com/home https://dyn.com/dns/
11098
+ // Submitted by Gregory Drake <support@dyn.com>
11099
+ // Note: This is intended to also include customer-oci.com due to wildcards implicitly including the current label
11100
+ *.customer-oci.com
11101
+ *.oci.customer-oci.com
11102
+ *.ocp.customer-oci.com
11103
+ *.ocs.customer-oci.com
11104
+
11096
11105
  // cyon GmbH : https://www.cyon.ch/
11097
11106
  // Submitted by Dominic Luechinger <dol@cyon.ch>
11098
11107
  cyon.link
@@ -11125,6 +11134,14 @@ store.dk
11125
11134
  *.dapps.earth
11126
11135
  *.bzz.dapps.earth
11127
11136
 
11137
+ // Dark, Inc. : https://darklang.com
11138
+ // Submitted by Paul Biggar <ops@darklang.com>
11139
+ builtwithdark.com
11140
+
11141
+ // Datawire, Inc : https://www.datawire.io
11142
+ // Submitted by Richard Li <secalert@datawire.io>
11143
+ edgestack.me
11144
+
11128
11145
  // Debian : https://www.debian.org/
11129
11146
  // Submitted by Peter Palfrader / Debian Sysadmin Team <dsa-publicsuffixlist@debian.org>
11130
11147
  debian.net
@@ -11498,6 +11515,10 @@ dynv6.net
11498
11515
  // Submitted by Vladimir Dudr <info@e4you.cz>
11499
11516
  e4.cz
11500
11517
 
11518
+ // En root‽ : https://en-root.org
11519
+ // Submitted by Emmanuel Raviart <emmanuel@raviart.com>
11520
+ en-root.fr
11521
+
11501
11522
  // Enalean SAS: https://www.enalean.com
11502
11523
  // Submitted by Thomas Cottier <thomas.cottier@enalean.com>
11503
11524
  mytuleap.com
@@ -11673,6 +11694,7 @@ vologda.su
11673
11694
  // Fancy Bits, LLC : http://getchannels.com
11674
11695
  // Submitted by Aman Gupta <aman@getchannels.com>
11675
11696
  channelsdvr.net
11697
+ u.channelsdvr.net
11676
11698
 
11677
11699
  // Fastly Inc. : http://www.fastly.com/
11678
11700
  // Submitted by Fastly Security <security@fastly.com>
@@ -11691,6 +11713,10 @@ global.ssl.fastly.net
11691
11713
  // Submitted by Likhachev Vasiliy <lihachev@fastvps.ru>
11692
11714
  fastpanel.direct
11693
11715
  fastvps-server.com
11716
+ myfast.space
11717
+ myfast.host
11718
+ fastvps.site
11719
+ fastvps.host
11694
11720
 
11695
11721
  // Featherhead : https://featherhead.xyz/
11696
11722
  // Submitted by Simon Menke <simon@featherhead.xyz>
@@ -11704,6 +11730,13 @@ cloud.fedoraproject.org
11704
11730
  app.os.fedoraproject.org
11705
11731
  app.os.stg.fedoraproject.org
11706
11732
 
11733
+ // FearWorks Media Ltd. : https://fearworksmedia.co.uk
11734
+ // submitted by Keith Fairley <domains@fearworksmedia.co.uk>
11735
+ conn.uk
11736
+ copro.uk
11737
+ couk.me
11738
+ ukco.me
11739
+
11707
11740
  // Fermax : https://fermax.com/
11708
11741
  // submitted by Koen Van Isterdael <k.vanisterdael@fermax.be>
11709
11742
  mydobiss.com
@@ -11724,9 +11757,12 @@ firebaseapp.com
11724
11757
 
11725
11758
  // Flynn : https://flynn.io
11726
11759
  // Submitted by Jonathan Rudenberg <jonathan@flynn.io>
11727
- flynnhub.com
11728
11760
  flynnhosting.net
11729
11761
 
11762
+ // Frederik Braun https://frederik-braun.com
11763
+ // Submitted by Frederik Braun <fb@frederik-braun.com>
11764
+ 0e.vc
11765
+
11730
11766
  // Freebox : http://www.freebox.fr
11731
11767
  // Submitted by Romain Fliedel <rfliedel@freebox.fr>
11732
11768
  freebox-os.com
@@ -11760,8 +11796,9 @@ service.gov.uk
11760
11796
  gehirn.ne.jp
11761
11797
  usercontent.jp
11762
11798
 
11763
- // Gentlent, Limited : https://www.gentlent.com
11764
- // Submitted by Tom Klein <tklein@gentlent.com>
11799
+ // Gentlent, Inc. : https://www.gentlent.com
11800
+ // Submitted by Tom Klein <tom@gentlent.com>
11801
+ gentapps.com
11765
11802
  lab.ms
11766
11803
 
11767
11804
  // GitHub, Inc.
@@ -11777,6 +11814,10 @@ gitlab.io
11777
11814
  // Submitted by Mads Hartmann <mads@glitch.com>
11778
11815
  glitch.me
11779
11816
 
11817
+ // GMO Pepabo, Inc. : https://pepabo.com/
11818
+ // Submitted by dojineko <admin@pepabo.com>
11819
+ lolipop.io
11820
+
11780
11821
  // GOV.UK Platform as a Service : https://www.cloud.service.gov.uk/
11781
11822
  // Submitted by Tom Whitwell <tom.whitwell@digital.cabinet-office.gov.uk>
11782
11823
  cloudapps.digital
@@ -11802,6 +11843,7 @@ a.run.app
11802
11843
  web.app
11803
11844
  *.0emm.com
11804
11845
  appspot.com
11846
+ *.r.appspot.com
11805
11847
  blogspot.ae
11806
11848
  blogspot.al
11807
11849
  blogspot.am
@@ -11886,6 +11928,14 @@ publishproxy.com
11886
11928
  withgoogle.com
11887
11929
  withyoutube.com
11888
11930
 
11931
+ // Aaron Marais' Gitlab pages: https://lab.aaronleem.co.za
11932
+ // Submitted by Aaron Marais <its_me@aaronleem.co.za>
11933
+ graphox.us
11934
+
11935
+ // Group 53, LLC : https://www.group53.com
11936
+ // Submitted by Tyler Todd <noc@nova53.net>
11937
+ awsmppl.com
11938
+
11889
11939
  // Hakaran group: http://hakaran.cz
11890
11940
  // Submited by Arseniy Sokolov <security@hakaran.cz>
11891
11941
  fin.ci
@@ -11894,6 +11944,11 @@ caa.li
11894
11944
  ua.rs
11895
11945
  conf.se
11896
11946
 
11947
+ // Handshake : https://handshake.org
11948
+ // Submitted by Mike Damm <md@md.vc>
11949
+ hs.zone
11950
+ hs.run
11951
+
11897
11952
  // Hashbang : https://hashbang.sh
11898
11953
  hashbang.sh
11899
11954
 
@@ -11924,11 +11979,14 @@ ravendb.run
11924
11979
  bpl.biz
11925
11980
  orx.biz
11926
11981
  ng.city
11927
- ng.ink
11928
11982
  biz.gl
11983
+ ng.ink
11929
11984
  col.ng
11985
+ firm.ng
11930
11986
  gen.ng
11931
11987
  ltd.ng
11988
+ ngo.ng
11989
+ ng.school
11932
11990
  sch.so
11933
11991
 
11934
11992
  // Häkkinen.fi
@@ -12007,6 +12065,7 @@ ipifony.net
12007
12065
  // Submitted by Kim-Alexander Brodowski <kim.brodowski@iserv.eu>
12008
12066
  mein-iserv.de
12009
12067
  test-iserv.de
12068
+ iserv.dev
12010
12069
 
12011
12070
  // I-O DATA DEVICE, INC. : http://www.iodata.com/
12012
12071
  // Submitted by Yuji Minagawa <domains-admin@iodata.jp>
@@ -12047,6 +12106,10 @@ uni5.net
12047
12106
  // Submitted by Roy Keene <rkeene@knightpoint.com>
12048
12107
  knightpoint.systems
12049
12108
 
12109
+ // KUROKU LTD : https://kuroku.ltd/
12110
+ // Submitted by DisposaBoy <security@oya.to>
12111
+ oya.to
12112
+
12050
12113
  // .KRD : http://nic.krd/data/krd/Registration%20Policy.pdf
12051
12114
  co.krd
12052
12115
  edu.krd
@@ -12063,6 +12126,10 @@ leadpages.co
12063
12126
  lpages.co
12064
12127
  lpusercontent.com
12065
12128
 
12129
+ // Lelux.fi : https://lelux.fi/
12130
+ // Submitted by Lelux Admin <publisuffix@lelux.site>
12131
+ lelux.site
12132
+
12066
12133
  // Lifetime Hosting : https://Lifetime.Hosting/
12067
12134
  // Submitted by Mike Fillator <support@lifetime.hosting>
12068
12135
  co.business
@@ -12182,8 +12249,8 @@ eu.meteorapp.com
12182
12249
  co.pl
12183
12250
 
12184
12251
  // Microsoft Corporation : http://microsoft.com
12185
- // Submitted by Justin Luk <juluk@microsoft.com>
12186
- azurecontainer.io
12252
+ // Submitted by Mostafa Elzeiny <moelzein@microsoft.com>
12253
+ *.azurecontainer.io
12187
12254
  azurewebsites.net
12188
12255
  azure-mobile.net
12189
12256
  cloudapp.net
@@ -12386,20 +12453,23 @@ pcloud.host
12386
12453
  nyc.mn
12387
12454
 
12388
12455
  // NymNom : https://nymnom.com/
12389
- // Submitted by Dave McCormack <dave.mccormack@nymnom.com>
12456
+ // Submitted by NymNom <psl@nymnom.com>
12390
12457
  nom.ae
12391
12458
  nom.af
12392
12459
  nom.ai
12393
12460
  nom.al
12394
12461
  nym.by
12462
+ nom.bz
12395
12463
  nym.bz
12396
12464
  nom.cl
12465
+ nym.ec
12397
12466
  nom.gd
12398
12467
  nom.ge
12399
12468
  nom.gl
12400
12469
  nym.gr
12401
12470
  nom.gt
12402
12471
  nym.gy
12472
+ nym.hk
12403
12473
  nom.hn
12404
12474
  nym.ie
12405
12475
  nom.im
@@ -12411,6 +12481,7 @@ nom.li
12411
12481
  nym.li
12412
12482
  nym.lt
12413
12483
  nym.lu
12484
+ nom.lv
12414
12485
  nym.me
12415
12486
  nom.mk
12416
12487
  nym.mn
@@ -12435,6 +12506,10 @@ nom.uy
12435
12506
  nom.vc
12436
12507
  nom.vg
12437
12508
 
12509
+ // Observable, Inc. : https://observablehq.com
12510
+ // Submitted by Mike Bostock <dns@observablehq.com>
12511
+ static.observableusercontent.com
12512
+
12438
12513
  // Octopodal Solutions, LLC. : https://ulterius.io/
12439
12514
  // Submitted by Andrew Sampson <andrew@ulterius.io>
12440
12515
  cya.gg
@@ -12455,6 +12530,10 @@ opencraft.hosting
12455
12530
  // Submitted by Yngve Pettersen <yngve@opera.com>
12456
12531
  operaunite.com
12457
12532
 
12533
+ // Oursky Limited : https://skygear.io/
12534
+ // Submited by Skygear Developer <hello@skygear.io>
12535
+ skygearapp.com
12536
+
12458
12537
  // OutSystems
12459
12538
  // Submitted by Duarte Santos <domain-admin@outsystemscloud.com>
12460
12539
  outsystemscloud.com
@@ -12497,6 +12576,10 @@ gotpantheon.com
12497
12576
  // Submitted by Steve Leung <steveleung@peplink.com>
12498
12577
  mypep.link
12499
12578
 
12579
+ // Perspecta : https://perspecta.com/
12580
+ // Submitted by Kenneth Van Alstyne <kvanalstyne@perspecta.com>
12581
+ perspecta.cloud
12582
+
12500
12583
  // Planet-Work : https://www.planet-work.com/
12501
12584
  // Submitted by Frédéric VANNIÈRE <f.vanniere@planet-work.com>
12502
12585
  on-web.fr
@@ -12506,6 +12589,12 @@ on-web.fr
12506
12589
  *.platform.sh
12507
12590
  *.platformsh.site
12508
12591
 
12592
+ // Platter: https://platter.dev
12593
+ // Submitted by Patrick Flor <patrick@platter.dev>
12594
+ platter-app.com
12595
+ platter-app.dev
12596
+ platterp.us
12597
+
12509
12598
  // Port53 : https://port53.io/
12510
12599
  // Submitted by Maximilian Schieder <maxi@zeug.co>
12511
12600
  dyn53.io
@@ -12539,6 +12628,18 @@ protonet.io
12539
12628
  chirurgiens-dentistes-en-france.fr
12540
12629
  byen.site
12541
12630
 
12631
+ // pubtls.org: https://www.pubtls.org
12632
+ // Submitted by Kor Nielsen <kor@pubtls.org>
12633
+ pubtls.org
12634
+
12635
+ // Qualifio : https://qualifio.com/
12636
+ // Submitted by Xavier De Cock <xdecock@gmail.com>
12637
+ qualifioapp.com
12638
+
12639
+ // QuickBackend: https://www.quickbackend.com
12640
+ // Submitted by Dani Biro <dani@pymet.com>
12641
+ qbuser.com
12642
+
12542
12643
  // Redstar Consultants : https://www.redstarconsultants.com/
12543
12644
  // Submitted by Jons Slemmer <jons@redstarconsultants.com>
12544
12645
  instantcloud.cn
@@ -12551,6 +12652,11 @@ ras.ru
12551
12652
  // Submitted by Daniel Dent (https://www.danieldent.com/)
12552
12653
  qa2.com
12553
12654
 
12655
+ // QCX
12656
+ // Submitted by Cassandra Beelen <cassandra@beelen.one>
12657
+ qcx.io
12658
+ *.sys.qcx.io
12659
+
12554
12660
  // QNAP System Inc : https://www.qnap.com
12555
12661
  // Submitted by Nick Chang <nickchang@qnap.com>
12556
12662
  dev-myqnapcloud.com
@@ -12573,6 +12679,7 @@ rackmaze.net
12573
12679
 
12574
12680
  // Rancher Labs, Inc : https://rancher.com
12575
12681
  // Submitted by Vincent Fiduccia <domains@rancher.com>
12682
+ *.on-k3s.io
12576
12683
  *.on-rancher.cloud
12577
12684
  *.on-rio.io
12578
12685
 
@@ -12626,6 +12733,10 @@ logoip.com
12626
12733
  // Submitted by Hanno Böck <hanno@schokokeks.org>
12627
12734
  schokokeks.net
12628
12735
 
12736
+ // Scottish Government: https://www.gov.scot
12737
+ // Submitted by Martin Ellis <martin.ellis@gov.scot>
12738
+ gov.scot
12739
+
12629
12740
  // Scry Security : http://www.scrysec.com
12630
12741
  // Submitted by Shante Adam <shante@skyhat.io>
12631
12742
  scrysec.com
@@ -12643,10 +12754,9 @@ my-firewall.org
12643
12754
  myfirewall.org
12644
12755
  spdns.org
12645
12756
 
12646
- // SensioLabs, SAS : https://sensiolabs.com/
12647
- // Submitted by Fabien Potencier <fabien.potencier@sensiolabs.com>
12648
- *.s5y.io
12649
- *.sensiosite.cloud
12757
+ // Senseering GmbH : https://www.senseering.de
12758
+ // Submitted by Felix Mönckemeyer <f.moenckemeyer@senseering.de>
12759
+ senseering.net
12650
12760
 
12651
12761
  // Service Online LLC : http://drs.ua/
12652
12762
  // Submitted by Serhii Bulakh <support@drs.ua>
@@ -12662,6 +12772,10 @@ shiftedit.io
12662
12772
  // Submitted by Alex Bowers <alex@shopblocks.com>
12663
12773
  myshopblocks.com
12664
12774
 
12775
+ // Shopit : https://www.shopitcommerce.com/
12776
+ // Submitted by Craig McMahon <craig@shopitcommerce.com>
12777
+ shopitsite.com
12778
+
12665
12779
  // Siemens Mobility GmbH
12666
12780
  // Submitted by Oliver Graebner <security@mo-siemens.io>
12667
12781
  mo-siemens.io
@@ -12694,6 +12808,10 @@ static.land
12694
12808
  dev.static.land
12695
12809
  sites.static.land
12696
12810
 
12811
+ // Sony Interactive Entertainment LLC : https://sie.com/
12812
+ // Submitted by David Coles <david.coles@sony.com>
12813
+ playstation-cloud.com
12814
+
12697
12815
  // SourceLair PC : https://www.sourcelair.com
12698
12816
  // Submitted by Antonis Kalipetis <akalipetis@sourcelair.com>
12699
12817
  apps.lair.io
@@ -12733,6 +12851,11 @@ temp-dns.com
12733
12851
  applicationcloud.io
12734
12852
  scapp.io
12735
12853
 
12854
+ // Symfony, SAS : https://symfony.com/
12855
+ // Submitted by Fabien Potencier <fabien@symfony.com>
12856
+ *.s5y.io
12857
+ *.sensiosite.cloud
12858
+
12736
12859
  // Syncloud : https://syncloud.org
12737
12860
  // Submitted by Boris Rybalkin <syncloud@syncloud.it>
12738
12861
  syncloud.it
@@ -12753,6 +12876,7 @@ i234.me
12753
12876
  myds.me
12754
12877
  synology.me
12755
12878
  vpnplus.to
12879
+ direct.quickconnect.to
12756
12880
 
12757
12881
  // TAIFUN Software AG : http://taifun-software.de
12758
12882
  // Submitted by Bjoern Henke <dev-server@taifun-software.de>
@@ -12862,6 +12986,11 @@ inc.hk
12862
12986
  virtualuser.de
12863
12987
  virtual-user.de
12864
12988
 
12989
+ // urown.net : https://urown.net
12990
+ // Submitted by Hostmaster <hostmaster@urown.net>
12991
+ urown.cloud
12992
+ dnsupdate.info
12993
+
12865
12994
  // .US
12866
12995
  // Submitted by Ed Moore <Ed.Moore@lib.de.us>
12867
12996
  lib.de.us
@@ -12882,10 +13011,18 @@ v-info.info
12882
13011
  // Submitted by Nathan van Bakel <info@voorloper.com>
12883
13012
  voorloper.cloud
12884
13013
 
13014
+ // V.UA Domain Administrator : https://domain.v.ua/
13015
+ // Submitted by Serhii Rostilo <sergey@rostilo.kiev.ua>
13016
+ v.ua
13017
+
12885
13018
  // Waffle Computer Inc., Ltd. : https://docs.waffleinfo.com
12886
13019
  // Submitted by Masayuki Note <masa@blade.wafflecell.com>
12887
13020
  wafflecell.com
12888
13021
 
13022
+ // WebHare bv: https://www.webhare.com/
13023
+ // Submitted by Arnold Hendriks <info@webhare.com>
13024
+ *.webhare.dev
13025
+
12889
13026
  // WeDeploy by Liferay, Inc. : https://www.wedeploy.com
12890
13027
  // Submitted by Henrique Vicente <security@wedeploy.com>
12891
13028
  wedeploy.io
@@ -12897,8 +13034,18 @@ wedeploy.sh
12897
13034
  remotewd.com
12898
13035
 
12899
13036
  // Wikimedia Labs : https://wikitech.wikimedia.org
12900
- // Submitted by Yuvi Panda <yuvipanda@wikimedia.org>
13037
+ // Submitted by Arturo Borrero Gonzalez <aborrero@wikimedia.org>
12901
13038
  wmflabs.org
13039
+ toolforge.org
13040
+ wmcloud.org
13041
+
13042
+ // WoltLab GmbH : https://www.woltlab.com
13043
+ // Submitted by Tim Düsterhus <security@woltlab.cloud>
13044
+ myforum.community
13045
+ community-pro.de
13046
+ diskussionsbereich.de
13047
+ community-pro.net
13048
+ meinforum.net
12902
13049
 
12903
13050
  // XenonCloud GbR: https://xenoncloud.net
12904
13051
  // Submitted by Julian Uphoff <publicsuffixlist@xenoncloud.net>
@@ -12916,6 +13063,12 @@ cistron.nl
12916
13063
  demon.nl
12917
13064
  xs4all.space
12918
13065
 
13066
+ // Yandex.Cloud LLC: https://cloud.yandex.com
13067
+ // Submitted by Alexander Lodin <security+psl@yandex-team.ru>
13068
+ yandexcloud.net
13069
+ storage.yandexcloud.net
13070
+ website.yandexcloud.net
13071
+
12919
13072
  // YesCourse Pty Ltd : https://yescourse.com
12920
13073
  // Submitted by Atul Bhouraskar <atul@yescourse.com>
12921
13074
  official.academy
@@ -12956,11 +13109,6 @@ bss.design
12956
13109
  // Submitted by Emil Stahl <esp@zitcom.dk>
12957
13110
  basicserver.io
12958
13111
  virtualserver.io
12959
- site.builder.nu
12960
13112
  enterprisecloud.nu
12961
13113
 
12962
- // Zone.id : https://zone.id/
12963
- // Submitted by Su Hendro <admin@zone.id>
12964
- zone.id
12965
-
12966
13114
  // ===END PRIVATE DOMAINS===