import basic https rules from https-everywhere repository

* licenced under GPLv3+
* downloaded from https://github.com/EFForg/https-everywhere
This commit is contained in:
Thomas Pointhuber 2014-10-15 14:52:27 +02:00
parent bb126da0fb
commit 1e3e646584
36 changed files with 4491 additions and 0 deletions

View file

@ -0,0 +1,17 @@
<!--
gwbhrd.appspot.com
-->
<ruleset name="GoogleWatchBlog">
<target host="googlewatchblog.de" />
<target host="*.googlewatchblog.de" />
<securecookie host="^(?:www)?\.googlewatchblog\.de$" name=".+" />
<rule from="^http://(static\.|www\.)?googlewatchblog\.de/"
to="https://$1googlewatchblog.de/" />
</ruleset>