-
Notifications
You must be signed in to change notification settings - Fork 135
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
Comments
They load for me. Are you sure this is a 4chanx related issue |
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. |
Make sure your ad blocker of choice is not blocking the 4chan JS. |
Try going to Settings > Advanced > Javascript Whitelist and adding |
The whitelist suggestion worked. Thank you. |
Maybe new browser updates causes this security issues. |
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 |
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. |
same thing here ,, FF77 console says :
|
when 4chanx is enabled, trying to load a capthca gives an "unsafe-eval" error. |
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.
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" |
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
<#3292 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAYKZ57ZXZVLGG5FHYXVJI3WDL4BDANCNFSM57XJIA6A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Great, so now I have to:
to make a post on my indonesian basket weaving forum The internet is getting killed fast. |
The text was updated successfully, but these errors were encountered: