mirror of
https://github.com/searxng/searxng.git
synced 2024-11-05 09:00:02 +00:00
7 lines
242 B
XML
7 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>
|