[Webkit-unassigned] [Bug 175565] New: Not allowed to load local resources from other volumes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 15 00:52:17 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=175565

            Bug ID: 175565
           Summary: Not allowed to load local resources from other volumes
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Macintosh
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Page Loading
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: eelco at motif.co
                CC: beidson at apple.com

To reproduce:

1. Create a read-write Disk Image and mount it (can also be a USB drive, different partition, etc.)
2. Put a PNG image file called “image.png” on the newly mounted volume.
3. Create a HTML file (*not* on the volume) containing `<img src="file:///Volumes/Untitled/image.png">` (assuming the volume is mounted as “Untitled”)
4. Load the HTML file using a file:// URL

Expected:

  The image is loaded and displayed.

Observed:

  The console shows the error:

  `Not allowed to load local resource: file:///Volumes/Untitled/image.png`

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170815/d64ccac8/attachment.html>


More information about the webkit-unassigned mailing list