Giter Club home page Giter Club logo

Comments (1)

ysard avatar ysard commented on July 23, 2024 2

Yes, I totally agree. This is all the more necessary as as explained in #37, these web storage solutions are used as invisible and unsecured cookies.

The fact that there is no API forces me to do the work of Mozilla via methods that I do not consider "clean":

  • No possibility to query all the keys of the LocalStorage store (except for the sites currently loaded in the tabs),
  • Mandatory injection of scripts in all the pages to iterate over keys and listen for changes.
  • Important development of code that will no longer be useful if an API is integrated later in Firefox.

This point has already been discussed in the past and the proposal has not been retained:
https://bugzilla.mozilla.org/show_bug.cgi?id=1329745

The (debatable) arguments advanced were:

  • Accessing it and manipulating it should be possible from content scripts.
  • I do not think the complexity and overhead of this kind of API would be worthwhile for the little it adds beyond what is already available.
  • The API cookie is not a fully accessible API, and is not fully accessible any other way. That's not the case for localStorage.

In the meantime, people have no easy way of knowing what sites visited are storing...

Currently, I think about the question but it does not have priority over the bug fixes in the interface and the current management of conventional cookies for the moment.
I will make a new proposal on Bugzilla; maybe the issue will be different now that Firefox Quantum is well developed.

from cookie-quick-manager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.