Hi! I'm trying to use Gtk port of Webkit. All works fine. But when I'm using local path in src attribute to load image from my HDD (src="file://...") I'm getting the next warning in console:
not allowed to load local resource file://...
And image doesn't loading. Any suggestions?
P.S. I'm using load_string method with fake base url (fake://url).