extension fix

This commit is contained in:
Finnley Somdahl 2023-10-18 15:43:17 -05:00
parent 3007e7d86e
commit dbe573131e
3 changed files with 11 additions and 6 deletions

View file

@ -137,4 +137,4 @@ private val ERROR_CODES = listOf(403, 503)
private val SERVER_CHECK = arrayOf("cloudflare-nginx", "cloudflare")
private val COOKIE_NAMES = listOf("cf_clearance")
private class CloudflareBypassException : Exception()
class CloudflareBypassException : Exception()