[HTTPS-E Rulesets] New rule for greenpeace-magazin.de

Korte korte at free.de
Sat Feb 4 11:38:39 PST 2012


On 31.01.2012 20:57, Seth David Schoen wrote:
> 
> All the URLs here other than subscriptions, including the home page, appear
> to redirect back to unencrypted HTTP.

With JS disabled, the whole site works with HTTPS.

With JS enabled, only /abo/ and /warenhaus/ work with HTTPS and there is
no default to switch from HTTP to HTTPS.

That is not the way I like it. Removing the HTTP redirection would be
better.



<ruleset name="greenpeace-magazin.de (whole site, works only w/o JS)"
default_off="with JavaScript enabled site redirects to http">
 <target host="www.greenpeace-magazin.de" />
 <target host="greenpeace-magazin.de" />
 <rule from="^http://(www\.)?greenpeace-magazin\.de/"
to="https://www.greenpeace-magazin.de/"/>
</ruleset>

<ruleset name="greenpeace-magazin.de (partially)">
 <target host="www.greenpeace-magazin.de" />
 <target host="greenpeace-magazin.de" />
 <rule from="^http://greenpeace-magazin\.de/(abo|warenhaus)/"
to="https://www.greenpeace-magazin.de/$1/ "/>
 <rule from="^http://www\.greenpeace-magazin\.de/(abo|warenhaus)/"
to="https://www.greenpeace-magazin.de/$1/ "/>
</ruleset>



More information about the HTTPS-Everywhere-Rules mailing list