[Webkit-unassigned] [Bug 81578] New: Clean up SecurityOrigin::enforceFilePathSeparation()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Mar 19 16:00:16 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=81578
Summary: Clean up SecurityOrigin::enforceFilePathSeparation()
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jonlee at apple.com
CC: ap at webkit.org, abarth at webkit.org
This flag was introduced in r56757 via bug 36692 as a way of circumventing file access policy for file:// origins. It has some inconsistencies, in that it is used to treat only file:// URLs as unique origins (see toString()), but can be turned on for an origin with any local protocol (see Document::initSecurityContext()).
At best, this concept gets refactored out into something else that makes more sense. At worst, this function and member variable gets renamed to something that better explains its purpose.
--
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