1
0
mirror of https://github.com/searxng/searxng.git synced 2024-07-16 06:10:12 +02:00
searxng/searx/plugins/https_rules/GoogleSorry.xml
2015-04-13 00:30:12 +02:00

8 lines
242 B
XML

<ruleset name="GoogleSorry">
<target host="sorry.google.com" />
<target host="www.google.com" />
<target host="google.com" />
<rule from="^http://((sorry|www)\.)?google\.com/sorry/" to="https://sorry.google.com/sorry/" />
</ruleset>