[skip ci] Tweak a bit the Cloudflare autocloser RegEx. (#14729)
* [skip ci] Tweak a bit the Cloudflare autocloser RegEx. * [skip ci] Add more alternative phrases.
This commit is contained in:
parent
bb863cb6c1
commit
cff9ced830
|
@ -49,7 +49,7 @@ jobs:
|
|||
},
|
||||
{
|
||||
"type": "both",
|
||||
"regex": ".*failed to bypass cloudfl?are.*",
|
||||
"regex": ".*(?:failed|can\\s*(?:no|')?t|unable|get past|blocked by) (?:to )?(?:bypass|penetrate)?\\s*cloudfl?are.*",
|
||||
"ignoreCase": true,
|
||||
"message": "Refer to the **Solving Cloudflare issues** section at https://tachiyomi.org/help/guides/troubleshooting/#solving-cloudflare-issues"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue