commit ce0d1a5fba657e55adea3abde4b7f1e50636ff10
Author: Marco Davids <marco.davids@sidn.nl>
Date:   Mon Jan 28 16:16:10 2019 +0100

    Remove bv.nl (#758)
    
    bn.nl was added, as it was anticipated to be a 2LD open for registration by the registry when it was added (2011). However, the registry (SIDN) has confirmed that this is not a 2LD that is registry operated, and has requested removal.

commit 921a6f225aa00f557388998865ad11dfbbc2f704
Author: apolito <apolito@google.com>
Date:   Thu Dec 27 08:30:12 2018 -0800

    Add run.app and a.run.app to the psl (#681)
    
    Both *.run.app and *.a.run.app will run user code.
    
    .run.app and .a.run.app will be serving user code separated by project. This is very similar (but a different use case than) appspot.com or cloudfunctions.net. Currently there is no public usage, but since it takes a while to get into the PSL, we would like to have it available before release.
    
    This is not a private domain, this is a public google cloud platform offering that will be used to run multiple customer projects, routed via the label that comes before the run.app or a.run.app domain suffixes. (So foo.run.app will route to on project, but bar.run.app to another) We want to be in the PSL to prevent cross project cookies being set.
    
    This is very similar to the use case for appspot.com and cloudfunctions.net, both in usage and reasons for inclusion (which are in the same section of the PSL)
    
    The reason we need run.app and a.run.app is because there will be two ways to address a project, foo1.a.run.app and foo2.run.app may end up routing to one project, but bar1.run.app and bar2.a.run.app will route to another. It's outside of the scope of the PSL but does mean we need both suffixes in the PSL.

commit ef07c1001b85070fac77b702647f2fa60022abf6
Author: AJ ONeal <coolaj86@gmail.com>
Date:   Thu Dec 27 09:27:39 2018 -0700

    Add telebit.io .app .xyz (#726)
    
    Telebit is similar to services like ngrok, serveo, and localtunnel.me, but we're focused on home and education, and committed to open standards (no vendor lock-in).
    
    Each device gets a semi-random subdomain on one of our domains (such as lucky-duck-42.telebit.io) with unlimited subdomains (i.e. home.lucky-duck-42.telebit.xyz).
    
    We want to remove the rate-limit restrictions of Let's Encrypt as well has have separate cookies for each of the sites.

commit d0dc919d81f77ab19858c36944266037eedb6a6f
Author: Greg <gdvalle@users.noreply.github.com>
Date:   Thu Dec 27 10:26:10 2018 -0600

    Add Leadpages domains (#731)
    
    We allow users who do not bring their own domain to host content using a subdomain on one of our domains, i.e. user1.lpages.co. We would like to isolate cookies and also be able to use Let's Encrypt for our customer's subdomains.

commit 9f182bc07a5e8e7c80b92276a81794b9b7fe7f4a
Author: Daniil <icqkill@gmail.com>
Date:   Thu Dec 27 16:23:50 2018 +0000

    Add public suffix entries for dapps.earth (#708)
    
    dapps.earth is a HTTP gateway into IPFS/Swarm.
    
    Anyone can effectively create the following subdomains (by uploading content into IPFS or Swarm):
    
    1) *.ipfs.dapps.earth (example: bafybeiemxf5abjwjbikoz4mc3a3dla6ual3jsgpdr4cjr3oz3evfyavhwq.ipfs.dapps.earth)
    2) *.bzz-immutable.dapps.earth (example: h4cpab3mz443iehtiipfi5vj46pnytrspvm5peu2u2wz7rz7m4vq.bzz-immutable.dapps.earth)
    3) *.*.bzz.dapps.earth (example: theswarm.eth.dapps.earth)
    
    Therefore, to ensure they can't interfere with each other's cookies, I suggest adding the following public suffix records:
    
    1) *.dapps.earth
    2) *.bzz.dapps.earth

commit 5af964eadf5b6baaf5f612746837cb154e1f73b1
Author: Paul Cammish <30495014+pcammish@users.noreply.github.com>
Date:   Thu Nov 8 22:28:01 2018 +0000

    Add Bytemark Hosting domains (#620)
    
    Bytemark Hosting provides both dedicated and virtual servers on the above domains, with customer host provided subdomains (and sub-sub domains) of the above.

commit 8054d45f1a51102ffa683392fba3c3e09e6b8b34
Author: Simone Carletti <weppos@weppos.net>
Date:   Tue Nov 6 23:15:50 2018 +0100

    Remove .STATOIL
    
    See https://github.com/whois/ianawhois/commit/b9b018262d45717d3959c8f9ef3be7167518defc

commit 00e7d2fed042f720089c583f06a9ea4a419ba161
Author: Tim Rühsen <tim.ruehsen@gmx.de>
Date:   Tue Nov 6 13:25:08 2018 +0100

    linter: Expect rules to be in NFKC (#725)
    
    For more info read
    https://docs.python.org/3/library/unicodedata.html
    under 'unicodedata.normalize'.
    
    See https://github.com/publicsuffix/list/issues/715#issuecomment-436214064

commit 77ef9519165d6fae04da5e4d468c09db42c74e90
Author: Tim Rühsen <tim.ruehsen@gmx.de>
Date:   Mon Nov 5 21:12:19 2018 +0100

    Convert list data from NFKD to NFKC (#720)
    
    Fixes #715
    
    As described in #715, decomposed characters break certain configurations of libpsl.
    Decomposed characters will result in wrong punycodes if not composed before.

commit a32731ba500c6b57c3efd9d6011b98037613a8c9
Author: Guy Halse <ghalse@users.noreply.github.com>
Date:   Thu Nov 1 19:54:50 2018 +0200

    Update LS (#718)

commit 7f2ae66b0cd6ca54769ce65bdc43fa725c4951e0
Author: dkg <dkg@fifthhorseman.net>
Date:   Tue Oct 30 06:07:30 2018 -0400

    Add readthedocs.io (#722)
    
    $SUBDOMAIN.readthedocs.io is used to host documentation for projects
    that use readthedocs.org to host their content.
    
    This inclusion in the PSL was discussed with the upstream readthedocs folks here:
    
    https://github.com/rtfd/readthedocs.org/issues/2233

commit 0bff2ef25cdf729f6c3a993cc2f48fec31dca089
Author: Tim Rühsen <tim.ruehsen@gmx.de>
Date:   Sun Oct 28 20:38:50 2018 +0100

    Remove trailing whitespace from L11948 (#721)

commit c57186147b36019ff116135e3240a9da875dfb91
Author: imalisz <ireneusz.maliszewski@lubman.pl>
Date:   Sat Oct 27 14:25:44 2018 +0200

    Add krasnik.pl, leczna.pl, lubartow.pl, lublin.pl, poniatowa.pl and swidnik.pl domains to the Public Suffix List (#670)
    
    LubMAN UMCS sp. z o.o. is a hosting provider that provides to our customers website services, DNS and SSL certificates with LetsEncrypt within following domains: krasnik.pl, leczna.pl, lubartow.pl, lublin.pl, poniatowa.pl and swidnik.pl.
    All these are regional domains in which local companies register their individual private subdomains.
    For cookie isolation, SSL management, Direct URL translation, and the inevitable developments in security, it would be great to get added to the public suffix list.

commit fd4f2fd5cf11fe274f008c8a5ce24b8caead176a
Author: Alexander Schulze <alexanderschulze@users.noreply.github.com>
Date:   Sat Oct 27 14:22:24 2018 +0200

    Add instantcloud.cn by Redstar Consultants (#696)
    
    Redstar Consultants provides various services to companies starting in or expanding their business to China. Domains within this suffix are used to provide clients our services of internally validating their business project on Chinese cloud hosting providers usually before being hosted on their own domain and/or being made publicly accessible.
    
    Being added to the public suffix list is required
    - to properly handle namespaces by browser
    - to prevent cookie based attacks across client pages
    - to avoid letsencrypt limitations
    - to aim for a clear separation between multiple client projects.

commit 30d8d777cecbc52a90148788ea19de33220649fe
Author: arnout <arnout@mind.be>
Date:   Sat Oct 27 14:20:31 2018 +0200

    Add Fermax and mydobiss.com domain (#706)
    
    Dobiss is a home automation system produced by Fermax. Individual users
    can get cloud access to their home system through an automatically
    registered <user>.mydobiss.com domain. User foo.mydobiss.com should not
    share cookies or other data by bar.mydobiss.com.
    
    In principle a user should not get direct access to his own
    <user>.mydobiss.com domain, but as a defense-in-depth measure it is
    better not to propagate this trust.

commit 2feb8d617a91d7398990911ad25968f6acb3ea1c
Author: atsadawat <44362717+atsadawat@users.noreply.github.com>
Date:   Sat Oct 27 19:17:57 2018 +0700

    Add shop.th & online.th (#716)

commit 886d13ac8d6e120e3cb0f1842e6d48409d8b29a0
Author: Skylar Challand <skylar@oakmade.com>
Date:   Sat Oct 27 07:37:28 2018 -0400

    Add siteleaf.net (#655)
    
    Our users can create their own websites on subdomains (e.g. foo.siteleaf.net) and we would like to benefit from cookie isolation for security reasons.

commit 8d476e8faeddc38b6bc1c29c09a42ca6cf2c63d0
Author: Alex Concha <xknown@users.noreply.github.com>
Date:   Sat Oct 27 13:32:27 2018 +0200

    Add wpcomstaging.com and go-vip.co to the PSL (#719)

commit 6f2b9e75eaf65bb75da83677655a59110088ebc5
Author: Simone Carletti <weppos@weppos.net>
Date:   Wed Oct 3 09:34:55 2018 -0400

    Remove deleted TLDs (#710)

commit 1422e8a1dfa290b11a483ec660435e33841cf96a
Author: michaelyara <michaelyara@users.noreply.github.com>
Date:   Tue Oct 2 11:35:18 2018 -0600

    Added apigee.io (#712)

commit 87cffce73bf4f1f5bfa59643ad1cd8e7b65c63ac
Author: AWS ElasticBeanstalk Account <36176251+aws-elasticbeanstalk@users.noreply.github.com>
Date:   Thu Aug 23 05:22:58 2018 -0700

    Add AWS ElasticBeanstalk Ningxia, CN region (#597)
    
    This region was added back in early December, it appears that it was
    missed from being added to the PSL. The public announcement can be found
    here: https://aws.amazon.com/blogs/aws/now-open-aws-china-ningxia-region/

commit 8d0d2efb0bea5d50eae29dc91f030c064f58aa04
Author: AJ ONeal <aj@daplie.com>
Date:   Thu Aug 23 06:19:07 2018 -0600

    Add Github PULL REQUEST TEMPLATE (#699)
    
    Closes #662

commit f6112a29f4aa9eab788c6ef8657426afa8b43f64
Author: Frederico A C Neves <fneves@gmail.com>
Date:   Thu Aug 23 05:28:55 2018 -0300

    Add ong.br 2nd level domain (#707)

commit 6cca9479f7e7cbff677c4e7c652f271f170d8b34
Author: Nanang F. Rozi <nfrozy@gmail.com>
Date:   Mon Aug 13 15:12:02 2018 +0700

    Update .ID list (#703)
    
    Adding ponpes.id.

commit f8ccab5619d08828e7bf28bf59dc8d42cf1d5567
Author: Fitri <6263441+thefitri@users.noreply.github.com>
Date:   Wed Aug 8 17:06:53 2018 +0800

    Updated .bn ccTLD. Removed wildcard. (#702)
    
    .BN registry is opening second-level registrations.
    
    From http://www.bnnic.bn/files/Registration%20Policies%20Procedures%20and%20Guidelines.pdf
    
    > Brunei Darussalam Network Information Centre Sdn Bhd (BNNIC) is the national
    registry of .bn domain names in Brunei. As the registry, BNNIC operates and controls
    the .bn top-level Internet domain name system and administers the registration of (a)
    third-level domain names under the second-levels of .com, .org, .net, .edu, and .gov
    domains; and (b) second-level domain names under the top-level domain of .bn.
    BNNIC may introduce other second-level domains under .bn where appropriate
    
    The following document outlines the procedure for existing third-level registrants to register a second level.
    http://www.bnnic.bn/files/Guidelines%20Application%20for%20Second%20Level%20Domain%20Names%20(SLD).pdf

commit 545c3f0754686c54b449a63dc00f5110a28bd94e
Author: David <dbkegley@users.noreply.github.com>
Date:   Wed Jul 25 17:31:09 2018 -0400

    Remove stackspace.space from PSL (#691)

commit bb13792dbdc8c19bf9c7c1d8f4a6100f399ec801
Author: Simone Carletti <weppos@weppos.net>
Date:   Wed Jul 25 15:30:17 2018 -0600

    Remove XPERIA (#697)
    
    See https://github.com/whois/ianawhois/commit/f1f2df42d7f1f48fa78c31bc4d55cdb54fa7c896

commit 2677073bd823642373a539119be2c79f51549d79
Author: Simone Carletti <weppos@gmail.com>
Date:   Thu Jul 19 18:32:46 2018 +0200

    Remove .IWC
    
    See https://github.com/whois/ianawhois/commit/aec2f6c68bbca54c4a8c56c15a5cd7f11907f17a

commit 69e2c797715c930850a18f0d0e4f8cbec007732d
Author: Bashar Al-Abdulhadi <bashar@bashar.com>
Date:   Thu Jul 19 16:31:44 2018 +0300

    Update Kuwait's ccTLD (.kw) (#692)
    
    Closes GH-641, Closes GH-692

commit fb9e5ac93eba7706d7109a5d1b14d8f51515ea6f
Author: Ivan Kuchin <tadump+git@gmail.com>
Date:   Thu Jul 19 11:42:15 2018 +0200

    htts://www.transip.nl => https://www.transip.nl (#693)
    
    `s` suggests that `https` was meant and not `http`
