summaryrefslogtreecommitdiff
path: root/searx/plugins/https_rules/Google.org.xml
blob: d6cc47881ba2c8d4c3568d79bb51700166ae85ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!--
	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>