[Webkit-unassigned] [Bug 78719] [GTK] Document that local paths in html loaded with loadHTML might cause the web process to terminate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 15 09:49:05 PST 2012


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


Martin Robinson <mrobinson at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #127188|review?                     |review+
               Flag|                            |




--- Comment #3 from Martin Robinson <mrobinson at webkit.org>  2012-02-15 09:49:05 PST ---
(From update of attachment 127188)
View in context: https://bugs.webkit.org/attachment.cgi?id=127188&action=review

> Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:890
> + * must be in the same directory than @base_uri. Asbolute local paths pointing to a
> + * different directory than @base_uri will cause the web process to terminate.
> + * If you need to include URLs in @content that are local paths in a different
> + * directory than @base_uri you can build a data uri for them. When @base_uri is %NULL,

Would a phrase like "Absolute local paths must be children of the @base_uri" be clearer? You might mention that this is for security reasons specifically. Asbolute -> Absolute :)

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



More information about the webkit-unassigned mailing list