mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Update link handling for amp and v.redd.it
Added manifest entries for google.com amp links (reddit only) and v.redd.it. Updated handling of google amp links in LinkResolverActivity.
This commit is contained in:
@@ -276,6 +276,13 @@
|
||||
<data
|
||||
android:host="reddit.com"
|
||||
android:scheme="https" />
|
||||
<data
|
||||
android:host="www.google.com"
|
||||
android:scheme="https"
|
||||
android:pathPattern="/amp/s/amp.reddit.com/.*"/>
|
||||
<data
|
||||
android:host="v.redd.it"
|
||||
android:scheme="https" />
|
||||
<data
|
||||
android:host="amp.reddit.com"
|
||||
android:scheme="https" />
|
||||
|
Reference in New Issue
Block a user