prevent information disclosure 2

Signed-off-by: androidacy-user <opensource@androidacy.com>
pull/89/head
androidacy-user 2 years ago
parent 6259806f03
commit 287ceab39b

@ -429,7 +429,6 @@ class AndroidacyActivity : FoxActivity() {
"https://staging-api.androidacy.com/magisk/file/"
)) { // Make both staging and non staging act the same
if (url.startsWith(prefix)) {
Timber.i("File URL: %s", url)
return true
}
@ -443,7 +442,6 @@ class AndroidacyActivity : FoxActivity() {
"https://staging-api.androidacy.com/magisk/file/"
)) { // Make both staging and non staging act the same
if (url.startsWith(prefix)) {
Timber.i("Download URL: %s", url)
return true
}
}

Loading…
Cancel
Save