Fix issue #82 - Support for "old.reddit.com" domain
This commit is contained in:
parent
2f5a11a999
commit
656c4b4482
|
@ -90,6 +90,7 @@
|
|||
<data android:host="reddit.com" />
|
||||
<data android:host="i.reddit.com" />
|
||||
<data android:host="i.redd.it" />
|
||||
<data android:host="old.reddit.com" />
|
||||
<data android:host="preview.redd.it" />
|
||||
|
||||
<!-- TIKTOK URLs -->
|
||||
|
@ -195,6 +196,7 @@
|
|||
<data android:host="reddit.com" />
|
||||
<data android:host="i.reddit.com" />
|
||||
<data android:host="i.redd.it" />
|
||||
<data android:host="old.reddit.com" />
|
||||
<data android:host="preview.redd.it" />
|
||||
|
||||
<!-- MEDIUM URLs -->
|
||||
|
|
|
@ -91,6 +91,7 @@
|
|||
<data android:host="reddit.com" />
|
||||
<data android:host="i.reddit.com" />
|
||||
<data android:host="i.redd.it" />
|
||||
<data android:host="old.reddit.com" />
|
||||
<data android:host="preview.redd.it" />
|
||||
|
||||
<!-- TIKTOK URLs -->
|
||||
|
@ -163,6 +164,7 @@
|
|||
<data android:host="reddit.com" />
|
||||
<data android:host="i.reddit.com" />
|
||||
<data android:host="i.redd.it" />
|
||||
<data android:host="old.reddit.com" />
|
||||
<data android:host="preview.redd.it" />
|
||||
|
||||
<!-- TIKTOK URLs -->
|
||||
|
|
|
@ -67,6 +67,7 @@ public class CheckAppActivity extends AppCompatActivity {
|
|||
"www.reddit.com",
|
||||
"reddit.com",
|
||||
"i.reddit.com",
|
||||
"old.reddit.com",
|
||||
"i.redd.it",
|
||||
"preview.redd.it"
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue