[Webkit-unassigned] [Bug 21499] HTML content set by QWebView::setHtml can't access local files
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 22 03:10:02 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=21499
fantasy54 at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fantasy54 at gmail.com
------- Comment #2 from fantasy54 at gmail.com 2009-01-22 03:10 PDT -------
ok this bug is solved changing in FrameLoader.cpp the code
static FrameLoader::LocalLoadPolicy localLoadPolicy =
FrameLoader::AllowLocalLoadsForLocalOnly for
static FrameLoader::LocalLoadPolicy localLoadPolicy =
FrameLoader::AllowLocalLoadsForAll.
But now, I can't to access an image provided by a AdServer.
Are there any restrictions on access to external images?
--
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