1
0
mirror of https://github.com/searxng/searxng.git synced 2024-08-24 07:00:15 +02:00
searxng/searx/plugins/https_rules/GoogleWatchBlog.xml

17 lines
324 B
XML
Raw Normal View History

<!--
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>