privacytests.org icon indicating copy to clipboard operation
privacytests.org copied to clipboard

Some browsers allow any web page to access localhost subresources

Open arthuredelstein opened this issue 3 years ago • 3 comments

What the hell?

arthuredelstein avatar Oct 04 '22 18:10 arthuredelstein

some detail here

Render-initiated navigations to filesystem:// URLs are blocked in top-level frames, but are currently allowed in
iframes. As part of the storage partitioning efforts, we propose to remove support for navigation to 
filesystem:// URLs in iframes. Preventing navigation in third-party contexts would be sufficient for 
our privacy goals, but as usage is almost non-existent, we believe removing support for navigation in 
iframes altogether is the better approach.

source: https://groups.google.com/a/chromium.org/g/blink-dev/c/2V7lIYDkdtI

uazo avatar Jan 13 '23 08:01 uazo

With Chromium, the local server has to opt-in to these preflight requests, which doesn't really work if the local server is also malicious.

ShivanKaul avatar May 09 '23 21:05 ShivanKaul