less greedy intent-filter for www.openstreetmap.org (fixes #4440)
Registering an intent filter for all of openstreetmap breaks the OAuth process for other Android apps, trying to access www.openstreetmap.org/oauth
This commit is contained in:
parent
0e0a2a4b86
commit
f9e42fc37a
1 changed files with 3 additions and 1 deletions
|
@ -229,7 +229,9 @@
|
|||
<data android:scheme="https" />
|
||||
<data android:host="maps.yandex.ru" />
|
||||
<data android:host="maps.yandex.com" />
|
||||
<data android:host="www.openstreetmap.org" />
|
||||
<data android:host="www.openstreetmap.org" android:path="/"/> <!-- catches /#map=... -->
|
||||
<data android:host="www.openstreetmap.org" android:pathPrefix="/query"/>
|
||||
<data android:host="www.openstreetmap.org" android:pathPrefix="/go"/>
|
||||
<data android:host="openstreetmap.org" />
|
||||
<data android:host="osm.org" />
|
||||
<data android:host="map.baidu.cn" />
|
||||
|
|
Loading…
Reference in a new issue