News

A bug in WebKit's implementation of a JavaScript API called IndexedDB can reveal your recent browsing history and even your identity, according to a blog post shared on Friday by browser ...
Storing Lots of Data on the Client in JavaScript and TypeScript IndexedDB allows you to store data on the client to let the user work offline and to reduce demands on the server. Here's enough code to ...
Almost any website that uses the IndexedDB JavaScript API could be vulnerable to such data scraping. The bug is simply that the names of all IndexedDB databases is available to any site ...
Over the weekend, we reported on a bug in WebKit's implementation of a JavaScript API called IndexedDB that can reveal your recent browsing history and even your identity, according to browser ...
IndexedDB is a Javascript API that according to the report holds “a significant amount of data.” These database names can then be used to extract identifying information from a lookup table.