Giter Club home page Giter Club logo

Comments (4)

HoffiConfusion avatar HoffiConfusion commented on July 23, 2024

Nobody knows?

from cookie-quick-manager.

ysard avatar ysard commented on July 23, 2024

Hi, please excuse me for the response time;

A simple implementation can be done; it would automatically protect all future cookies from all domains with a cookie already protected (if I understand correctly).

But I think the use case is borderline and is useful only briefly (for testing). Indeed it would be counterproductive to protect cookies without control; some sites can indeed create dozens of cookies quickly and it is precisely the sites for which the protection of some cookies allows to easily remove all others in a few clicks.

Moreover, it would be quite complex today to implement this functionality for some particular domains and not the others.

The role of the protection function is originally dedicated solely to the GUI (ability to massively delete cookies while retaining some).

As I said in another issue (#55), it is not possible to prevent a site from erasing a cookie, or modifying it (at least in this addon that is not an firewall/ad-blocker like uMatrix.). I can recreate an erased cookie, or even restore a cookie in a previous version (more complex and not implemented) but there will always be a short period of time where the website has had full powers over its cookies. The first edge effect is that it can go unnoticed by a user...

from cookie-quick-manager.

HoffiConfusion avatar HoffiConfusion commented on July 23, 2024

Hm, okay, mayby I mean something else. Not preventing a site from erasing a cookie, rather protect cookies from deleting by cookie-quick-manager

grafik

cookie-quick-manager delete all unprotektet cookies 2 seconds aftr restarting the browser. Thats the great work.

in the programm I can protekt very specific a single cookie, not to delete.

And I thougt there would be an easy way to protect all cookies from a specific domain: 2 seconds after restarting the browser delete all cookies without the cookie from xyz.com.

specifically, it is about cookies from a transport company. It is comfortable when the last connections are saved. But I do not know, how to do this.

from cookie-quick-manager.

ysard avatar ysard commented on July 23, 2024

And you can not guarantee once and for all that cookies can all be protected?
I mean, the cookie names are not predictable, which prevents you from building a list?

I advise you to use uMatrix for this.
Your use case is described here: https://github.com/gorhill/uMatrix/wiki/Cookies

1 - Go in the parameters of the addon, then tab "my rules".
Then just add one or two rules for cookies:

  • Block all cookies from anything to anything;
  • Then allow all cookies from your website.
* * cookie block
your_website * cookie allow

2 - Go in the parameters of the addon, then tab "parameters".
Check the "delete blocked cookies" checkbox.

3 - Go to aliexpress for example

  • uMatrix shows a number of cookies which are blocked
    tmp2

  • check the cookies in CQM
    image

  • quit aliexpress and check in CQM
    => No cookie to display

4 - Go to your_website

  • uMatrix shows a number of cookies allowed (the cookie column should be green)
  • check them in CQM
  • quit your_website
  • check the cookies in CQM
    => Cookies are still here.

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.