mirror of https://github.com/searxng/searxng.git
19 lines
449 B
XML
19 lines
449 B
XML
<ruleset name="Tor Project">
|
|
|
|
<target host="torproject.org" />
|
|
<target host="*.torproject.org" />
|
|
<exclusion pattern="^http://torperf\.torproject\.org/" />
|
|
|
|
|
|
<!-- Not secured by server:
|
|
-->
|
|
<!--securecookie host="^\.blog\.torproject\.org$" name="^SESS[0-9a-f]{32}$" /-->
|
|
|
|
<securecookie host="^(?:.*\.)?torproject\.org$" name=".+" />
|
|
|
|
|
|
<rule from="^http://([^/:@\.]+\.)?torproject\.org/"
|
|
to="https://$1torproject.org/" />
|
|
|
|
</ruleset>
|