You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to use pages that make use of ReCaptcha via the www.recaptcha.net URL, Disconnect seems to be breaking those requests. It appears that it modifies the request in the area after the address that usually specifies the HTTP version (e.g.: HTTP/2); instead replacing it with undefined. This causes the request to fail with NS_ERROR_DOM_BAD_URI.
"Unblock Site" doesn't change the behavior. Disabling the extension completely, however, does.
Reproduction Steps
I've reproduced the issue in a fresh install of Firefox 128.0.2, running in a Windows 10 19041.4651 Sandbox.
Open the developer tools, and switch to the "Network" tab.
Tick the checkbox for "Disable Cache" in the upper right of the tool window.
Navigate to the url: https://www.moxfield.com/account/signin
Observe that the GET request made to www.recaptcha.net fails with the error NS_ERROR_DOM_BAD_URI.
In a second tab, navigate to about:addons.
Disable or remove the Disconnect addon.
Back in the first tab, refresh the page.
Observe that the GET request to www.recaptcha.net succeeds.
Expected Behavior
Ideally, the extension shouldn't cause requests to www.recaptcha.net to fail even if the origin site is blocked. At the very least, when the origin site is unblocked, those requests shouldn't be modified. Disabling the extension as the only recourse is intuitive to say the least. (I spent more than a few hours figuring out it was Disconnect causing this in the first place 😂)
Thanks for taking a look, and for the fantastic extension!
The text was updated successfully, but these errors were encountered:
Just wanted to chime in and say I've been encountering the same issue. Unblocking the site or unblocking specific requests within the extension menu doesn't work either. Disabling the extension has been the only solution.
Same here with recaptcha and also hcaptcha (www.hcaptcha.com). Thanks nitz for figuring out that disabling Disconnect is a workaround. Hopefully it can be fixed as I don't want to stop using Disconnect.
Brief
When attempting to use pages that make use of ReCaptcha via the
www.recaptcha.net
URL, Disconnect seems to be breaking those requests. It appears that it modifies the request in the area after the address that usually specifies the HTTP version (e.g.:HTTP/2
); instead replacing it withundefined
. This causes the request to fail with NS_ERROR_DOM_BAD_URI."Unblock Site" doesn't change the behavior. Disabling the extension completely, however, does.
Reproduction Steps
I've reproduced the issue in a fresh install of Firefox 128.0.2, running in a Windows 10 19041.4651 Sandbox.
Starting from a fresh sandbox:
https://www.moxfield.com/account/signin
www.recaptcha.net
fails with the error NS_ERROR_DOM_BAD_URI.about:addons
.www.recaptcha.net
succeeds.Expected Behavior
Ideally, the extension shouldn't cause requests to
www.recaptcha.net
to fail even if the origin site is blocked. At the very least, when the origin site is unblocked, those requests shouldn't be modified. Disabling the extension as the only recourse is intuitive to say the least. (I spent more than a few hours figuring out it was Disconnect causing this in the first place 😂)Thanks for taking a look, and for the fantastic extension!
The text was updated successfully, but these errors were encountered: