mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-10 12:47:26 +01:00
Use HTTPS for crash reports
This commit is contained in:
parent
bdf322ceb0
commit
29776c739a
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user