mirror of https://github.com/searxng/searxng.git
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>
|