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

13 lines
274 B
XML
Raw Normal View History

<ruleset name="WikiLeaks">
<target host="wikileaks.org" />
<target host="*.wikileaks.org" />
<securecookie host="^(?:w*\.)?wikileaks\.org$" name=".+" />
<rule from="^http://((?:chat|search|shop|www)\.)?wikileaks\.org/"
to="https://$1wikileaks.org/" />
</ruleset>