fix(subdivx): bypass Cloudflare Turnstile using FlareSolverr#3087
Open
rcordobar19 wants to merge 1 commit into
Open
fix(subdivx): bypass Cloudflare Turnstile using FlareSolverr#3087rcordobar19 wants to merge 1 commit into
rcordobar19 wants to merge 1 commit into
Conversation
subdivx.com now uses Cloudflare Turnstile. Direct requests are blocked with 403/503 or endless challenges. This change: - Adds FlareSolverr integration (`flaresolverr_url`) - Retrieves cf_clearance cookie, correct User-Agent and the required "token" from /inc/gt.php?gt=1 - Imports cookies into the session and sets the token header globally Tested successfully on subdivx.com as of December 2025. Closes morpheus65535#2714
Author
|
@morpheus65535 tagging you for visibility |
|
Hey, i wanted to kindly ask whether a similar approach could also be considered for yavka.net, which is currently affected by the same issue. |
Owner
|
@rcordobar19 I haven't forgot your PR. I'm waiting for news from the site admin. I don't want to get into a fight with him because we're bypassing the protection he put in place for his site stability. I'll try to negotiate something with him once he respond to my email. Thanks again! @d4rkfella I would rather have something centralized like we did for anti-captcha providers instead of trying to do that everywhere in broken providers. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
subdivx.com now uses Cloudflare Turnstile.
Direct requests are blocked with 403/503 or endless challenges.
This change:
flaresolverr_url)Tested successfully on subdivx.com as of December 2025.
Closes #2714