mirror of
https://github.com/mihonapp/mihon.git
synced 2025-03-14 10:18:30 +03:00
Use HTTPS for crash reports
This commit is contained in:
parent
bdf322ceb0
commit
29776c739a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue