Use HTTPS for crash reports

pull/2892/head
arkon 4 years ago
parent bdf322ceb0
commit 29776c739a

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

Loading…
Cancel
Save