Use HTTPS for crash reports

This commit is contained in:
arkon 2020-04-17 09:27:36 -04:00
parent bdf322ceb0
commit 29776c739a

View File

@ -30,7 +30,7 @@ import uy.kohesive.injekt.registry.default.DefaultRegistrar
excludeMatchingSharedPreferencesKeys = [".*username.*", ".*password.*", ".*token.*"]
)
@AcraHttpSender(
uri = "http://tachiyomi.kanade.eu/crash_report",
uri = "https://tachiyomi.kanade.eu/crash_report",
httpMethod = HttpSender.Method.PUT
)
open class App : Application(), LifecycleObserver {