[WIP] Improve blocking pattern detection in submit mode#2804
[WIP] Improve blocking pattern detection in submit mode#2804yyq1043-cloud wants to merge 3 commits into
Conversation
Adds quick-access links to web archives (Wayback Machine and archive.is) in profile URL report blocks, allowing users to see historical snapshots of profile pages when they still exist but are no longer accessible. Closes soxoj#247
Expand Cloudflare/anti-bot detection to catch more blocking patterns and provide clearer error messages for each type. Addresses the 'filter by errors' TODO from submit mode improvements.
When a site blocks automated access, include the HTTP status codes from the existing/non-existing account responses in the error message for easier debugging.
|
Hi! I'd like to request review for this PR: Improve blocking pattern detection in submit mode |
|
Thanks for the PR! A few blockers before this can be merged:
|
|
Hi! I'd like to request review for this PR: [WIP] Improve blocking pattern detection in submit mode |
Summary
Expand Cloudflare and anti-bot detection in the submit mode ("check_features_manually") to catch more blocking patterns with clearer error messages.
Before:
Only detected
/cdn-cgi/challenge-platform,now:pattern, and "Sorry, you have been blocked".After:
Detects 6 common blocking patterns:
Example improvement:
When a Cloudflare turnstile is detected, the user now sees:
instead of the generic message.
Closes #2668 (partial: addresses the "filter by errors" TODO)