arkenfox / user.js

Firefox privacy, security and anti-tracking: a comprehensive user.js template for configuration and hardening
MIT License
10.25k stars 519 forks source link

friendlycaptcha not working with Arkenfox #1545

Closed ghost closed 2 years ago

ghost commented 2 years ago

🟥 https://github.com/arkenfox/user.js/wiki/5.2-Troubleshooting

🟪 REQUIRED INFO


fxbrit commented 2 years ago

worsforme, I'm also on macOS (Monterey tho).

have you tried in a clean profile with arkenfox? are you using any extension or override?

Thorin-Oakenpants commented 2 years ago

worksforme .. windows

ghost commented 2 years ago

have you tried in a clean profile with arkenfox? are you using any extension or override?

Damnit. You're right. Clean profile with Arkenfox does work. Had only tried clean profile without. Will investigate further.

EDIT: extensions that might matter, only uBO and SkipRedirect.

Thorin-Oakenpants commented 2 years ago

worker-src ... you are probably blocking workers (either directly or by blocking cookies)

ghost commented 2 years ago

worker-src ... you are probably blocking workers (either directly or by blocking cookies)

Any idea how I would do that? Doesn't seem like something that either extension would do.

I also added my user-overrides to the clean profile with Arkenfox and it works -- so the issue should not come from the overrides either.

ETP is set to strict, so cookies should not be all blocked.

Anything I'm missing?

Thorin-Oakenpants commented 2 years ago

I was just guessing. You said you had uBO - and I though there was a global switch for blocking service workers (but now I think I'm confused with uMatrix). In FF there is of course a setting to block all cookies by default (which we don't do) and that also affects all other storage. Even if you allowed the cookie but only for session (which you can still do vis Permission tab - Ctrl-I ) this can still affect some types of workers. But I don't know what your setup is, I was just guessing

ETP is set to strict, so cookies should not be all blocked.

correct

I also added my user-overrides to the clean profile with Arkenfox and it works

Cool. I can't troubleshoot for you. Must be your extensions ... uBO seems likely, check it's console

ghost commented 2 years ago

Thanks for the reply. Will check later and keep posted.

ghost commented 2 years ago

So this is what the uBO console says, while all requests are allowed via uBO (and all 3rd party for that page, for good measure). https://privatebin.net/?e9161f2143721fe2#GYASNphnFGp4dvtWgDsz1YatVdfUjuk7BUkMravhvsUU

Thorin-Oakenpants commented 2 years ago

i can't reproduce, I don't even see a worker-src in the logger. It's easy to tell if uBO is the culprit, disable it for that site

ghost commented 2 years ago

Ok, massive facepalm. Of course turning is off is not the same as allowing all domains, and of course turning it off fixed it. Case closed.