- cross-posted to:
- libre_culture
- cross-posted to:
- libre_culture
A recent update to an ad block filter list now allows the uBlock Origin extension to block most of the known sites that perform port scans of your local Windows computer: https://www.bleepingcomputer.com/news/security/ublock-origin-ad-blocker-now-blocks-port-scans-on-most-sites/
It’s an unintended side-effect.
And it should be fixed in the browsers; but it’s hard to do in a backwards-compatible way.
Because some sites have legitimate reasons to connect to localhost, e.g. when they work through an additional demon installed there.
Perhaps an explicit permission in browsers for localhost / local network addresses (per-site) would make more sense.
One idea I have is to have the browser ask for permission from the user, and just return null, undefined or some other way of representing the lack of data if the user doesn’t allow it.