|
|
|
|
|
by amarshall
2540 days ago
|
|
> There's no uniform criteria for "local network". I can create a local device at any address I want. Certain subnets are always private [1], and thus may safely treated as “local”. But, of course, non-private addresses could also be local, but that’s less common in a non-enterprise setting. [1] https://en.wikipedia.org/wiki/Private_network |
|
A script from the internet should not be allowed to interface with a script from local network (localhost, local intranet e.t.c)
The browser should have strict sandboxes. This is like when you load a site over https, browsers scream at you if you load a http resource saying it's insecure.