[Webkit-unassigned] [Bug 16048] Not allowed to load local resource

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 9 01:56:35 PDT 2008


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





------- Comment #3 from bero at arklinux.org  2008-10-09 01:56 PDT -------
There is a problem with the "Not allowed to load local resource" thing though:
It also shows up when using _only_ local files.

Short QtWebKit code that demonstrates the problem:

QWebView w;
w.setHtml("<html><head><title>test</title></head><body><img
src=\"file:/usr/share/icons/webkit.png\" /></body></html>");
w.show();

refuses to show webkit.png even though only local stuff was involved.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list