mirror of https://github.com/searxng/searxng.git
13 lines
274 B
XML
13 lines
274 B
XML
|
<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>
|