summaryrefslogtreecommitdiff
path: root/searx/https_rules/OpenStreetMap.xml
blob: 58a661823f1d1aa7cfaf1f095e99d41e708e61eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<ruleset name="OpenStreetMap">

	<target host="openstreetmap.org"/>
	<target host="*.openstreetmap.org"/>

	<rule from="^http://(?:www\.)?openstreetmap\.org/"
		to="https://www.openstreetmap.org/"/>

	<rule from="^http://tile\.openstreetmap\.org/"
		to="https://a.tile.openstreetmap.org/"/>

	<rule from="^http://(blog|help|lists|nominatim|piwik|taginfo|[abc]\.tile|trac|wiki)\.openstreetmap\.org/"
		to="https://$1.openstreetmap.org/"/>

</ruleset>