-
Notifications
You must be signed in to change notification settings - Fork 190
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
Page gets stuck on "Proceeding..." #393
Comments
Hi @Car0lina5, Thanks for openning an issue. We would need more details to better investigate. To do so:
|
Hello, I don't understand much about this but I hope I collected it correctly. |
Having the same problem, the POST request gets blocked by the firefox extension. |
Facing the same issue. @thibmeu |
I am also reproducing the POST request being blocked by the Privacy Pass extension (version: 3.0.5; installed from AMO; ID: cURL syntax of the blocked POST requestcurl 'https://captcha.website/' -X POST \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:109.0) Gecko/20100101 Firefox/118.0' \
-H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/jxl,image/webp,*/*;q=0.8' \
-H 'Accept-Language: en-US,en;q=0.5' -H 'Accept-Encoding: gzip, deflate, br' \
-H 'Referer: https://captcha.website/?__cf_chl_tk=mgXnY4tr1xI06AaJaFThqjVKMOMmIaXFc3oRwLXEGtM-1691538698-0-gaNycGzNCNA' \
-H 'Content-Type: application/x-www-form-urlencoded' -H 'Content-Length: 2330' \
-H 'Origin: https://captcha.website' -H 'DNT: 1' -H 'Connection: keep-alive' -H 'Upgrade-Insecure-Requests: 1' \
-H 'Sec-Fetch-Dest: document' -H 'Sec-Fetch-Mode: navigate' -H 'Sec-Fetch-Site: same-origin' -H 'Sec-Fetch-User: ?1' |
Also replicating this behavior in Firefox Developer Edition. OS: MacOS 13.5 I went ahead and pulled up the extension debugger and it appears the root cause is the request being made by the extension is getting a 403 in response from Cloudflare. I've attached the HAR for the request made by the extension. Not sure if someone just changed something on the back end right before I submitted this (I was typing this response so no changes were made on the browser when it happend) but I was somehow issued 60 tokens while not even looking at the "Just a moment" tab. Will definitely be keeping an eye on it to see if it is actually working. |
This bug with the page being stuck in "Proceeding" does not seem to happen with Firefox 119.0.1. |
When the extension is active I can't get past any Cloudfare captcha, not even the website "https://captcha.website/". If I disable the extension, the captcha works normally.
Expected behavior
The page will get stuck on "Proceeding..."
System (please complete the following information):
Additional context
In other forks of Firefox the extension works normally, but for some reason in Floorp it doesn't work. This browser is getting a little popular and I would like to start using it. I don't know if anyone will be able to help me, but it doesn't hurt to try. Thanks anyway.
The text was updated successfully, but these errors were encountered: