Skip to content

Commit 40cfed0

Browse files
committed
Add Cloudflare challenge patterns for StackOverflow-style security pages
1 parent 4b57829 commit 40cfed0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/cloudflare/detector.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,12 @@ const CLOUDFLARE_CHALLENGE_SELECTORS = [
2525
*/
2626
const CLOUDFLARE_TEXT_PATTERNS = [
2727
"checking if the site connection is secure",
28+
"performing security verification",
29+
"verification successful",
2830
"this process is automatic. your browser will redirect",
2931
"ray id:",
3032
"performance & security by cloudflare",
33+
"uses a security service to protect against malicious bots",
3134
];
3235

3336
/**

0 commit comments

Comments
 (0)