summaryrefslogtreecommitdiff
path: root/searx/plugins/https_rules/WikiLeaks.xml
blob: 977709d2d50259ae0a2a444f6b68abc5b3479f25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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>