diff --git a/server/src/main/kotlin/eu/kanade/tachiyomi/network/interceptor/CloudflareInterceptor.kt b/server/src/main/kotlin/eu/kanade/tachiyomi/network/interceptor/CloudflareInterceptor.kt index 952e784f..2c7222e2 100644 --- a/server/src/main/kotlin/eu/kanade/tachiyomi/network/interceptor/CloudflareInterceptor.kt +++ b/server/src/main/kotlin/eu/kanade/tachiyomi/network/interceptor/CloudflareInterceptor.kt @@ -38,6 +38,8 @@ class CloudflareInterceptor : Interceptor { return originalResponse } + throw IOException("playwrite is diabled for v0.6.7") + logger.debug { "Cloudflare anti-bot is on, CloudflareInterceptor is kicking in..." } return try { @@ -137,6 +139,8 @@ object CFClearance { fun getWebViewUserAgent(): String { return try { + throw PlaywrightException("playwrite is diabled for v0.6.7") + Playwright.create().use { playwright -> playwright.chromium().launch( LaunchOptions()