[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:43:59 PDT 2012


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





--- Comment #18 from Yong Li <yoli at rim.com>  2012-07-16 08:43:58 PST ---
(In reply to comment #17)
> The Firefox policy is vastly more complicated that just allowing access in one folder.  It's so complicated that the Firefox developer who implemented it couldn't explain it to me.  He told me how he thought it worked, and I showed him a bunch of cases where it worked differently than he thought.
> 
> As I wrote above, you should file another solution besides using file URLs.  The security model for file URLs is broken beyond repair.

Speaking of simplicity, actually I think once the folder policy is done and accepted, we could remove one of these settings or maybe both.

        void setAllowUniversalAccessFromFileURLs(bool);
        bool allowUniversalAccessFromFileURLs() const { return m_allowUniversalAccessFromFileURLs; }

        void setAllowFileAccessFromFileURLs(bool);
        bool allowFileAccessFromFileURLs() const { return m_allowFileAccessFromFileURLs; }

-- 
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