[Webkit-unassigned] [Bug 90618] Add folder access policy to allow local access to same folder and child folders
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 16 08:50:14 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=90618
--- Comment #20 from Yong Li <yoli at rim.com> 2012-07-16 08:50:13 PST ---
(In reply to comment #19)
> > Speaking of simplicity, actually I think once the folder policy is done and accepted, we could remove one of these settings or maybe both.
>
> That's not correct.
>
> > void setAllowUniversalAccessFromFileURLs(bool);
> > bool allowUniversalAccessFromFileURLs() const { return m_allowUniversalAccessFromFileURLs; }
>
> This setting is required for Safari and backwards compatibility in the Mac OS X WebView.
>
> > void setAllowFileAccessFromFileURLs(bool);
> > bool allowFileAccessFromFileURLs() const { return m_allowFileAccessFromFileURLs; }
>
> This setting is required for Chromium.
>
> I can't speak for Safari, but I can tell you that Chromium does not want to adopt the "folder" policy.
Even though, setting one policy (or leaving default value) is still simpler than turning off 2 settings per page.
--
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