mirror of https://github.com/searxng/searxng.git
16 lines
450 B
XML
16 lines
450 B
XML
|
<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>
|