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

Captchas no longer load. #3292

Open
TheeAngrySanta opened this issue Aug 26, 2022 · 13 comments
Open

Captchas no longer load. #3292

TheeAngrySanta opened this issue Aug 26, 2022 · 13 comments

Comments

@TheeAngrySanta
Copy link

issue

@Mabadman
Copy link

They load for me. Are you sure this is a 4chanx related issue

@Kexus
Copy link

Kexus commented Aug 27, 2022

I have the same problem with and without 4chanx in Firefox, but I don't have any problem with or without 4chanx in chrome. The problem seems to be unrelated to 4chanx.

@saxamaphone69
Copy link
Collaborator

Make sure your ad blocker of choice is not blocking the 4chan JS.

@bakugo
Copy link
Contributor

bakugo commented Aug 28, 2022

Try going to Settings > Advanced > Javascript Whitelist and adding blob: in a new line.

@TheeAngrySanta
Copy link
Author

The whitelist suggestion worked. Thank you.

@didasy
Copy link

didasy commented Aug 30, 2022

Refused to create a worker from 'blob:https://sys.4channel.org/ceb33a03-c164-4295-a96d-490810554100' because it violates the following Content Security Policy directive: "script-src http://s.4cdn.org https://s.4cdn.org http://www.google.com https://www.google.com https://www.gstatic.com http://cdn.mathjax.org https://cdn.mathjax.org https://cdnjs.cloudflare.com https://hcaptcha.com https://*.hcaptcha.com 'self' 'unsafe-inline' 'unsafe-eval'". Note that 'worker-src' was not explicitly set, so 'script-src' is used as a fallback.

Maybe new browser updates causes this security issues.

@MFGood
Copy link
Contributor

MFGood commented Sep 1, 2022

I had this issue and it turned out to be because of a userAgent override addon I had installed back when 4chan blocked posting from firefox for some reason, disabled that and it worked fine again

@shadow7483147
Copy link

shadow7483147 commented Sep 5, 2022

Yep, sys.4chan.org validates your useragent string via Cloudflare's bot/ddos protection. Reaaaally wish that wasn't a thing, but they're our overlords of web infrastructure, so.

@Theo1996
Copy link

Theo1996 commented Sep 9, 2022

same thing here ,, FF77 console says :

Some cookies are misusing the “sameSite“ attribute, so it won’t work as expected 6
Cookie “cf_chl_2” has “sameSite” policy set to “lax” because it is missing a “sameSite” attribute, and “sameSite=lax” is the default value for this attribute. [v1:1:42630](https://sys.4chan.org/cdn-cgi/challenge-platform/h/g/orchestrate/jsch/v1?ray=7480b995cc6b6f4a)
Cookie “cf_chl_2” has “sameSite” policy set to “lax” because it is missing a “sameSite” attribute, and “sameSite=lax” is the default value for this attribute. [v1:1:42719](https://sys.4chan.org/cdn-cgi/challenge-platform/h/g/orchestrate/jsch/v1?ray=7480b995cc6b6f4a)
Cookie “cf_chl_prog” has “sameSite” policy set to “lax” because it is missing a “sameSite” attribute, and “sameSite=lax” is the default value for this attribute. 4 [v1:1:42630](https://sys.4chan.org/cdn-cgi/challenge-platform/h/g/orchestrate/jsch/v1?ray=7480b995cc6b6f4a)
Cookie “cf_chl_prog” has “sameSite” policy set to “lax” because it is missing a “sameSite” attribute, and “sameSite=lax” is the default value for this attribute. [v1:1:42630](https://sys.4chan.org/cdn-cgi/challenge-platform/h/g/orchestrate/jsch/v1?ray=7480b995cc6b6f4a)
Cookie “cf_chl_prog” has “sameSite” policy set to “lax” because it is missing a “sameSite” attribute, and “sameSite=lax” is the default value for this attribute. 2 [v1:3:499](https://sys.4chan.org/cdn-cgi/challenge-platform/h/g/orchestrate/jsch/v1?ray=7480b995cc6b6f4a%20line%201%20%3E%20Function)
Cookie “cf_chl_rc_ni” has “sameSite” policy set to “lax” because it is missing a “sameSite” attribute, and “sameSite=lax” is the default value for this attribute.
Captcha frame timeout

@maun0
Copy link

maun0 commented Sep 18, 2022

when 4chanx is enabled, trying to load a capthca gives an "unsafe-eval" error.

@Theo1996
Copy link

Theo1996 commented Oct 15, 2022

I spent 2 hours raping my eyes(I have a serious affliction) to fix this piece of shit error by process of elimination. I had a n epiphany that even if you use a user.js that doesnt mean that something in the prefs.js is not affecting your profile if you dont have that user pref in the user.js(so it wouldnt be overrided), in my case the issue was with some user_agent related user_prefs and an addon migration pref.

Here is what I deleted from a list of (SIX HUNDRED) 600 prefs from mt prefs.js, make sure you dont block cookies or have the erroneous prefs in user and prefs .js files.

`'//delete all useragent ovverides FF48,this liones were responsible for the captcha not loading on 4chan:

	//user_pref("gecko.mstone", "48.0.2");
	//user_pref("general.buildID.override", "20100101");
	//user_pref("general.useragent.override", "Mozilla/5.0 (Windows NT 4.1; rv:69.0) Gecko/20100101 Firefox/69.0");
//this was causing the ui addons toolbar icons not showing after fucking with the pref.js file
	//user_pref("extensions.incognito.migrated", false);`

Btw I am was using ver 77 dev edition, after I fixed it I updated to 78.9 esr and other sites have let me past the "checking your browser page"

@shadow7483147
Copy link

shadow7483147 commented Oct 19, 2022 via email

@nukeop
Copy link

nukeop commented Nov 15, 2022

Great, so now I have to:

  • disable ublock
  • run some botnet binary blob script
  • accept all cookies
  • expose my actual useragent
  • expose my actual IP

to make a post on my indonesian basket weaving forum

The internet is getting killed fast.

TuxedoTako added a commit to TuxedoTako/4chan-xt that referenced this issue Mar 5, 2023
TuxedoTako added a commit to TuxedoTako/4chan-xt that referenced this issue Mar 18, 2023
TuxedoTako added a commit to TuxedoTako/4chan-xt that referenced this issue Mar 19, 2023
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

No branches or pull requests