Is IndexedDB supposed to be accessible in third-party iFrames? From what I understand, the MDN documentation says IndexedDB is *not* accessible in third-party iFrames, but from my own tests, I have been fully able to use IndexedDB in third-party iFrames.
The MDN documentation link: https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Using_IndexedDB#Security Search for "It's important to note that IndexedDB doesn't work for content loaded into a frame" MDN links to RESOLVED FIXED Bugzilla 595307: https://bugzilla.mozilla.org/show_bug.cgi?id=595307 I guess I don't really understand what the status is. I'm able to use IndexedDB in third-party iFrames, but maybe I shouldn't be able to? What are Firefox's plans for IndexedDB in third-party iFrames? If necessary, I can upload some test code. Hopefully this is the right place to ask, thanks for reading this! _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform