[Webkit-unassigned] [Bug 187236] [GTK] /webkit/WebKitWebView/mouse-target subtest fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 2 16:36:09 PDT 2018


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

--- Comment #10 from Michael Catanzaro <mcatanzaro at igalia.com> ---
By default, file URIs do not have permission to load other file URIs. That's controlled by the property WebKitSettings::allow-file-access-from-file-urls.

It might be sufficient to use webkit_settings_set_allow_file_access_from_file_urls() instead of the more heavyweight webkit_settings_set_allow_universal_access_from_file_urls() (which additionally allows access to e.g. localstorage). If so, that would be preferable.

-- 
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/20180702/4d1d8eb4/attachment.html>


More information about the webkit-unassigned mailing list