mirror of
https://github.com/searxng/searxng
synced 2024-11-01 15:40:29 +00:00
14 lines
243 B
XML
14 lines
243 B
XML
<!--
|
|
For other Google coverage, see GoogleServices.xml.
|
|
|
|
-->
|
|
<ruleset name="Google.org">
|
|
|
|
<target host="google.org" />
|
|
<target host="www.google.org" />
|
|
|
|
|
|
<rule from="^http://(www\.)?google\.org/"
|
|
to="https://$1google.org/" />
|
|
|
|
</ruleset> |