[HTTPS-Everywhere] rule update for hetzner.de

Jan Reister jan.reister at anche.no
Tue Nov 27 09:05:17 PST 2012


The documentation wiki at Hetzner (a German service provider) is http
only, it should be excluded from the rule with:

<exclusion pattern="^http://wiki\.hetzner\.de/"/>

This is the updated rule:


<ruleset name="Hetzner Online">

        <target host="hetzner.de"/>
        <target host="*.hetzner.de"/>
        <target host="*.your-server.de"/>
        <target host="*.webmail.your-server.de"/>
        <exclusion pattern="^http://wiki\.hetzner\.de/"/>
        <securecookie host="^(.*\.)?hetzner\.de$" name=".*"/>
        <securecookie host="^.*\.your-server\.de$" name=".*"/>

        <rule from="^http://hetzner\.de/"
                to="https://www.hetzner.de/"/>

        <rule from="^http://(\w+)\.(hetzner|your-server)\.de/"
                to="https://$1.$2.de/"/>

</ruleset>

Cheers,

Jan




More information about the HTTPS-everywhere mailing list