forked from Archives/searxng
1e3e646584
* licenced under GPLv3+ * downloaded from https://github.com/EFForg/https-everywhere
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> |