Added vxtwitter.com support (closes #88)

This commit is contained in:
NoPlagiarism 2022-09-13 18:55:05 +05:00
parent 7e73c9c5d0
commit ee13a1e249
3 changed files with 5 additions and 0 deletions

View File

@ -47,6 +47,7 @@
<!-- SHORTENED URLs -->
<data android:host="t.co" />
<data android:host="vxtwitter.com" />
<data android:host="nyti.ms" />
<data android:host="bit.ly" />
<data android:host="aspedrom.com" />
@ -152,6 +153,7 @@
<!-- SHORTENED URLs -->
<data android:host="t.co" />
<data android:host="vxtwitter.com" />
<data android:host="nyti.ms" />
<data android:host="bit.ly" />
<data android:host="aspedrom.com" />

View File

@ -46,6 +46,7 @@
<!-- SHORTENED URLs -->
<data android:host="t.co" />
<data android:host="vxtwitter.com" />
<data android:host="nyti.ms" />
<data android:host="bit.ly" />
<data android:host="aspedrom.com" />
@ -121,6 +122,7 @@
<!-- SHORTENED URLs -->
<data android:host="t.co" />
<data android:host="vxtwitter.com" />
<data android:host="nyti.ms" />
<data android:host="bit.ly" />
<data android:host="is.gd" />

View File

@ -89,6 +89,7 @@ public class CheckAppActivity extends AppCompatActivity {
public static String[] shortener_domains = {
"t.co",
"vxtwitter.com",
"nyti.ms",
"bit.ly",
"is.gd",