Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for cloudflare verification issue #3416

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jabdulma
Copy link

Fixes #3407

The issue was that 4chanx's JS Whitelist functionality blocks any type of "blob:" url, one of which is used briefly in Cloudflare's code. Once that was handled, challenges.cloudflare.com was found to be blocked as well. By adding blobs and the challenges domain to the whitelist, the cloudflare verification check proceeds without problems.

The code compiles and was tested to work by enabling the plugin, clearing the cloudflare cookies on 4chan.org, then reloading the page to see the cloudflare verification page appear and redirect successfully. Testing was done in Chrome 118.0.5993.89 on Win 10.

@jabdulma jabdulma closed this by deleting the head repository May 2, 2024
@jabdulma jabdulma reopened this Jun 7, 2024
@ccd0
Copy link
Owner

ccd0 commented Nov 20, 2024

Allowing blob: would make this feature pointless as it would also allow the obnoxious ad scripts that were the reason this was introduced in the first place. Since I haven't heard many reports of those lately, I think it's better to just disable the feature by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cloudflare captcha fails as it reports you've blocked one of its domains
2 participants