diff --git a/app/src/main/kotlin/org/koitharu/kotatsu/core/AppModule.kt b/app/src/main/kotlin/org/koitharu/kotatsu/core/AppModule.kt index 8c93fc4b6..cf47f00b2 100644 --- a/app/src/main/kotlin/org/koitharu/kotatsu/core/AppModule.kt +++ b/app/src/main/kotlin/org/koitharu/kotatsu/core/AppModule.kt @@ -110,6 +110,8 @@ interface AppModule { .decoderDispatcher(Dispatchers.IO) .transformationDispatcher(Dispatchers.Default) .diskCache(diskCacheFactory) + .respectCacheHeaders(false) + .networkObserverEnabled(false) .logger(if (BuildConfig.DEBUG) DebugLogger() else null) .allowRgb565(context.isLowRamDevice()) .eventListener(CaptchaNotifier(context))