[Webkit-unassigned] [Bug 33806] Would like API to disallow setting of document.domain for pages with certain URL schemes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 18 14:49:35 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33806
--- Comment #7 from Adam Barth <abarth at webkit.org> 2010-01-18 14:49:34 PST ---
That's a good point. We probably should really move that whole function into
SecurityOrigin because it's operating on SecurityOrigin's member variable. It
should return a bool that document can then uses to decide whether to call
m_frame->script()->updateSecurityOrigin(). As an added benefit, that would
make the code less redundant.
--
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