REOPENED81578
Clean up SecurityOrigin::enforceFilePathSeparation()
https://bugs.webkit.org/show_bug.cgi?id=81578
Summary Clean up SecurityOrigin::enforceFilePathSeparation()
Jon Lee
Reported 2012-03-19 16:00:16 PDT
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.
Attachments
Filip Pizlo
Comment 1 2018-01-31 15:52:53 PST
*** This bug has been marked as a duplicate of bug 182227 ***
Filip Pizlo
Comment 2 2018-01-31 15:53:07 PST
I just stumbled on this. I need a getter for this property. I think that means finders-keepers.
Filip Pizlo
Comment 3 2018-01-31 15:55:24 PST
Never mind. This FIXME is not about this not following getter/setter naming conventions. It's about something more subtle.
Note You need to log in before you can comment on or make changes to this bug.