4chan-x icon indicating copy to clipboard operation
4chan-x copied to clipboard

Captchas no longer load.

Open TheeAngrySanta opened this issue 1 year ago • 12 comments

issue

TheeAngrySanta avatar Aug 26 '22 16:08 TheeAngrySanta

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

Mabadman avatar Aug 27 '22 22:08 Mabadman

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.

Kexus avatar Aug 27 '22 23:08 Kexus

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

saxamaphone69 avatar Aug 28 '22 05:08 saxamaphone69

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

bakugo avatar Aug 28 '22 14:08 bakugo

The whitelist suggestion worked. Thank you.

TheeAngrySanta avatar Aug 29 '22 17:08 TheeAngrySanta

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.

didasy avatar Aug 30 '22 16:08 didasy

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

MFGood avatar Sep 01 '22 23:09 MFGood

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.

shadow7483147 avatar Sep 05 '22 03:09 shadow7483147

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

Theo1996 avatar Sep 09 '22 14:09 Theo1996

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

maun0 avatar Sep 18 '22 11:09 maun0

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"

Theo1996 avatar Oct 15 '22 18:10 Theo1996

yep, 4chan's captcha checks your useragent now.

On Sat, Oct 15, 2022 at 1:48 PM Theo1996 @.***> wrote:

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);`

— Reply to this email directly, view it on GitHub https://github.com/ccd0/4chan-x/issues/3292#issuecomment-1279806862, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYKZ57ZXZVLGG5FHYXVJI3WDL4BDANCNFSM57XJIA6A . You are receiving this because you commented.Message ID: @.***>

shadow7483147 avatar Oct 19 '22 21:10 shadow7483147

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.

nukeop avatar Nov 15 '22 00:11 nukeop