Earlier quoted context omitted.
I remember back in the day you could embed http://someothersite.com/forum/ucp.php?mode=logout "> in your forum signature and screw with everyone's sessions across the web
Haha I remember that. The solution at the time for many forum admins was to simply state that anyone found to be doing that would be permabanned. Which was enough to make it stop completely, at least for the forums that I moderated. Different times indeed.
A proposal to restrict sites from accessing a users’ local network
351–360 of 392 posts
Re: A proposal to restrict sites from accessing a users’ local network
#352Re: A proposal to restrict sites from accessing a users’ local network
#353Explainer by non-Googler Is the so-called "modern" web browser too large and complex I never asked for stuff like "websockets"; I have to disable it, why I still prefer a text-only browser for reading HTML; it does not run Javascript, it does not do websockets, CSS, images or a gazillion other things; it does not even autoload resources It is relatively small, fast and reliable; very useful It can read larger HTML fi…
Re: A proposal to restrict sites from accessing a users’ local network
#354Earlier quoted context omitted.
I don’t: NAT may have been a hack at first, but it’s my favorite feature provided by routers and why I disable ipv6 on my local network
Why do you like NAT? Does your router being slower and taking more CPU make you feel happy? Do you enjoy not seeing the correct IP in remote logs, thus making debugging issues harder? Do you like being able to naively nmap your local network fairly easily?
Re: A proposal to restrict sites from accessing a users’ local network
#355Explainer by non-Googler Is the so-called "modern" web browser too large and complex I never asked for stuff like "websockets"; I have to disable it, why I still prefer a text-only browser for reading HTML; it does not run Javascript, it does not do websockets, CSS, images or a gazillion other things; it does not even autoload resources It is relatively small, fast and reliable; very useful It can read larger HTML fi…
The point is that gigantic, overly complex "browsers" designed for surveillance and advertising are the problem. They are not a solution.
Re: A proposal to restrict sites from accessing a users’ local network
#356I guess this would help Meta’s sneaking identification code sharing between native apps and websites with their sdk on them from communicating serendipitously through localhost, particularly on Android. [0] https://www.theregister.com/2025/06/03/meta_pauses_android_t...
Re: A proposal to restrict sites from accessing a users’ local network
#357Why is this a Chrome thing, not an Android thing? I get that this could happen on any OS, and the proposal is from browser maker's perspective. But what about the other side of things, an app (not necessarily browser) talking to arbitrary localhost address?
Re: A proposal to restrict sites from accessing a users’ local network
#358Earlier quoted context omitted.
The idea is, the malicious actor would use a 'simple request' that doesn't need a preflight (basically, a GET or POST request with form data or plain text), and manage to construct a payload that exploits the target device. But I have yet to see a realistic example of such a payload (the paper I read about the idea only vaguely pointed at the existence of polyglot payloads).
I can give an example of this; I found such a vulnerability a few years ago now in an application I use regularly. The target application in this case was trying to validate incoming POST requests by checking that the incoming MIME type was "application/json". Normally, you can't make unauthorized XHR requests with this MIME type as CORS will send a preflight. However, because of the way it was checking for this (che…
Re: A proposal to restrict sites from accessing a users’ local network
#359Earlier quoted context omitted.
This sounds crazy to me. Why should websites ever have access to the local network? That presents an entirely new threat model for which we don’t have a solution. Is there even a use case for this for which there isn’t already a better solution?
>for which we don’t have a solution It's called ZTA, Zero Trust Architecture. Devices shouldn't assume the LAN is secure.
This is a problem impacting mass users, not just technical ones.
Re: A proposal to restrict sites from accessing a users’ local network
#360Earlier quoted context omitted.
MacOS asked a permission dialog when I plug my AirPods in to charge. I have no idea what I’m even giving permission for but it pops up every time.
Asking you if you trust a device before opening a data connection to it is simply not the same thing as asking the person who just created a shortcut if they should be allowed to do that.