mirror of
https://github.com/searxng/searxng.git
synced 2025-07-31 09:02:20 +02:00
import basic https rules from https-everywhere repository
* licenced under GPLv3+ * downloaded from https://github.com/EFForg/https-everywhere
This commit is contained in:
parent
bb126da0fb
commit
1e3e646584
36 changed files with 4491 additions and 0 deletions
17
searx/https_rules/GoogleWatchBlog.xml
Normal file
17
searx/https_rules/GoogleWatchBlog.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue