[Webkit-unassigned] [Bug 94171] Allow blocking of IndexedDB in third-party contexts
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 29 15:47:34 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=94171
--- Comment #1 from Joshua Bell <jsbell at chromium.org> 2012-08-29 15:47:38 PST ---
Looks like this could be done in DOMWindowIndexedDatabase::webkitIndexedDB and WorkerContextIndexedDatabase::webkitIndexedDB to forbid access to the IDBFactory itself.
(Alternately, the checks could be added to IDBFactory.cpp's isContextValid(ScriptContext*) function which all IDBFactory methods call, but that doesn't seem to be the pattern used elsewhere.)
jeffrey@ - were you planning to take this on?
--
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