-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to protect URL? #54
Comments
Nobody knows? |
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... |
Hm, okay, mayby I mean something else. Not preventing a site from erasing a cookie, rather protect cookies from deleting by cookie-quick-manager 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. |
And you can not guarantee once and for all that cookies can all be protected? I advise you to use uMatrix for this. 1 - Go in the parameters of the addon, then tab "my rules".
2 - Go in the parameters of the addon, then tab "parameters". 3 - Go to aliexpress for example
4 - Go to your_website
|
Hello,
how can I protect all future Cookies from xyz.com?
It means cookie-quick-manager should not work for xyz.com.
Thank you!
The text was updated successfully, but these errors were encountered: