Fix delegated sources trying to always open in SY, even with links SY doesnt support
This commit is contained in:
parent
05269c557d
commit
105302aa7b
@ -278,29 +278,27 @@
|
|||||||
<!-- HBrowse -->
|
<!-- HBrowse -->
|
||||||
<data
|
<data
|
||||||
android:host="www.hbrowse.com"
|
android:host="www.hbrowse.com"
|
||||||
android:pathPrefix="/"
|
|
||||||
android:scheme="http" />
|
android:scheme="http" />
|
||||||
<data
|
<data
|
||||||
android:host="www.hbrowse.com"
|
android:host="www.hbrowse.com"
|
||||||
android:pathPrefix="/"
|
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
|
|
||||||
<!-- MangaDex -->
|
<!-- MangaDex -->
|
||||||
<data
|
<data
|
||||||
android:host="mangadex.org"
|
android:host="mangadex.org"
|
||||||
android:pathPattern="\/(title|manga)\/"
|
android:pathPattern="/(title|manga)/..*"
|
||||||
android:scheme="http" />
|
android:scheme="http" />
|
||||||
<data
|
<data
|
||||||
android:host="mangadex.org"
|
android:host="mangadex.org"
|
||||||
android:pathPattern="\/(title|manga)\/"
|
android:pathPattern="/(title|manga)/..*"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
<data
|
<data
|
||||||
android:host="www.mangadex.org"
|
android:host="www.mangadex.org"
|
||||||
android:pathPattern="\/(title|manga)\/"
|
android:pathPattern="/(title|manga)/..*"
|
||||||
android:scheme="http" />
|
android:scheme="http" />
|
||||||
<data
|
<data
|
||||||
android:host="www.mangadex.org"
|
android:host="www.mangadex.org"
|
||||||
android:pathPattern="\/(title|manga)\/"
|
android:pathPattern="/(title|manga)/..*"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user