|
|
|
|
|
by AnthonyMouse
2540 days ago
|
|
> How is the browser supposed to reason about "local"? That isn't even the issue. It's that there is nothing inherently wrong or unusual with mixing local and internet requests. Look at IFPS -- it runs a webserver on localhost which you can request content from by using content hashes. There is nothing wrong with a website on the internet which anticipates that you to have IFPS installed and uses it to request page elements. It can even use javascript to detect that you have it and use a different (e.g. slower or more expensive) source for the content if you don't, or show a message explaining how to install it. Or you have a company with some internal servers where some of them have public addresses (or public IPv6 addresses) while some don't, but they arbitrarily access resources on the others because they're all managed by the same people. This isn't a browser problem. Browsers are supposed to work this way. |
|