mirror of
https://github.com/searxng/searxng.git
synced 2025-08-02 18:12:21 +02:00
import basic https rules from https-everywhere repository
* licenced under GPLv3+ * downloaded from https://github.com/EFForg/https-everywhere
This commit is contained in:
parent
bb126da0fb
commit
1e3e646584
36 changed files with 4491 additions and 0 deletions
15
searx/https_rules/OpenStreetMap.xml
Normal file
15
searx/https_rules/OpenStreetMap.xml
Normal file
|
@ -0,0 +1,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>
|
Loading…
Add table
Add a link
Reference in a new issue