forked from Archives/searxng
8 lines
242 B
XML
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>
|