Skip to content
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

Doesn't work on Brave: net::ERR_BLOCKED_BY_CLIENT #179

Closed
aspiers opened this issue Apr 4, 2021 · 6 comments
Closed

Doesn't work on Brave: net::ERR_BLOCKED_BY_CLIENT #179

aspiers opened this issue Apr 4, 2021 · 6 comments
Labels
Invalid Invalid bug or bug in something else

Comments

@aspiers
Copy link

aspiers commented Apr 4, 2021

This extension has inexplicably stopped working on Brave (or maybe never worked). My server is very definitely running on port 9292 (I can even telnet localhost 9292 with no problems) but the browser refuses to connect to it.

If I open the Test page (fancy-settings/source/index.html) and the background page (html/background.html), and click the Test button, I see a GET http://127.0.0.1:9292/status net::ERR_BLOCKED_BY_CLIENT error on the background page's console:

image

from this source:

image

@aspiers
Copy link
Author

aspiers commented Apr 4, 2021

This was on Brave version 1.21.73 Chromium: 89.0.4389.72 (Official Build) (64-bit). I have also just tested on Google Chrome version 89.0.4389.72 (Official Build) (64-bit) and it works perfectly. The same goes for Atomic Chrome which also uses websockets on localhost. So this appears to be an issue with Brave :-(

@aspiers aspiers changed the title No longer works: net::ERR_BLOCKED_BY_CLIENT Doesn't work on Brave: net::ERR_BLOCKED_BY_CLIENT Apr 4, 2021
@stsquad stsquad added the Invalid Invalid bug or bug in something else label Apr 6, 2021
@stsquad
Copy link
Owner

stsquad commented Apr 6, 2021

We currently don't use websockets - just a plain HTTP over TCP connection. Either way it seems the problem is with Brave and not Edit with Emacs.

@stsquad stsquad closed this as completed Apr 6, 2021
@aspiers
Copy link
Author

aspiers commented Apr 6, 2021

Thanks for the clarification.

@LucaColombi
Copy link

same net::ERR_BLOCKED_BY_CLIENT accessing a resource from localhost

@Pritam055
Copy link

just worked for me when i disabled the adblock in brave.. try it!

@ScottJWalter
Copy link

If you turn off Brave's security features ("shields down"), it works just fine. And the constant reference to different "localhost" configuration settings that don't exist doesn't help matters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Invalid Invalid bug or bug in something else
Projects
None yet
Development

No branches or pull requests

5 participants