Uhh, that explains why I wasnt able to receive a connection via:
- fetch(“http://localhost:8001”)
Still I am able to get it working via
- fetch(“http://0:8001”)
but there are many ways.
To answer your question, I was not able to observe any connection attempts that bypass this blacklist. Still I would be surprised if it wasn’t already being used in the wild.
I dont know the inner workings of brave, but is a blacklist really the only approach possible to prevent this?
Thanks!