mirror of https://github.com/searxng/searxng.git
9 lines
353 B
XML
9 lines
353 B
XML
<ruleset name="Google Translate (broken)" default_off="redirect loops">
|
|
<target host="translate.googleapis.com" />
|
|
<target host="translate.google.com" />
|
|
|
|
<rule from="^http://translate\.googleapis\.com/" to="https://translate.googleapis.com/"/>
|
|
<rule from="^http://translate\.google\.com/"
|
|
to="https://translate.google.com/" />
|
|
</ruleset>
|