[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:
Alessandro Jean 2022-12-29 19:33:27 -03:00 committed by GitHub
parent bb863cb6c1
commit cff9ced830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}