Fix f-droid.org web repo handling
Links on the site end with '/'. Using pathPrefix is IMHO better than duplicating with and without ending slash.
This commit is contained in:
parent
6544ebed94
commit
a2e99c05a6
@ -46,13 +46,13 @@
|
|||||||
<category android:name="android.intent.category.BROWSABLE" />
|
<category android:name="android.intent.category.BROWSABLE" />
|
||||||
|
|
||||||
<data android:scheme="http" android:host="f-droid.org"
|
<data android:scheme="http" android:host="f-droid.org"
|
||||||
android:path="/repository/browse" />
|
android:pathPrefix="/repository/browse" />
|
||||||
<data android:scheme="https" android:host="f-droid.org"
|
<data android:scheme="https" android:host="f-droid.org"
|
||||||
android:path="/repository/browse" />
|
android:pathPrefix="/repository/browse" />
|
||||||
<data android:scheme="http" android:host="www.f-droid.org"
|
<data android:scheme="http" android:host="www.f-droid.org"
|
||||||
android:path="/repository/browse" />
|
android:pathPrefix="/repository/browse" />
|
||||||
<data android:scheme="https" android:host="www.f-droid.org"
|
<data android:scheme="https" android:host="www.f-droid.org"
|
||||||
android:path="/repository/browse" />
|
android:pathPrefix="/repository/browse" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
||||||
<meta-data
|
<meta-data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user