Replies: 1 comment
|
I think this is related to this issue => #13084 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I was recently debugging some JavaScript on a website and noticed that every tab in my browser had Dark Reader keys in sessionStorage. A code search seems to indicate that Dark Reader uses session storage for caching.
I'm not very familiar with WebExtensions development, but is there somewhere more private that Dark Reader could use as a cache so that sites can't directly detect that someone is using Dark Reader, for whatever reasons they might do that? I use several other extensions, and I haven't seen keys from any of the others in session storage.
All reactions