Skip to content

Commit 20b18d7

Browse files
Last Sync: 2026-07-08 08:13 (Mobile)
1 parent f20bc70 commit 20b18d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WinbuProvider/src/main/kotlin/com/winbu/CloudflareInterceptor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import okhttp3.Interceptor
1313
import okhttp3.Response
1414
import java.util.concurrent.atomic.AtomicReference
1515

16-
class CloudflareInterceptor(private val targetCookie: String = "_cc_id") : Interceptor {
16+
class CloudflareInterceptor(private val targetCookie: String = "cf_clearance") : Interceptor {
1717

1818
@SuppressLint("SetJavaScriptEnabled", "WebViewClientOnReceivedSslError")
1919
override fun intercept(chain: Interceptor.Chain): Response {

0 commit comments

Comments
 (0)