mirror of
https://github.com/searxng/searxng.git
synced 2025-12-24 20:50:02 +00: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:
13
searx/https_rules/WikiLeaks.xml
Normal file
13
searx/https_rules/WikiLeaks.xml
Normal file
@@ -0,0 +1,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>
|
||||
Reference in New Issue
Block a user