-
Notifications
You must be signed in to change notification settings - Fork 17
Cookies can be leaked when JavaScript is enabled #7
Comments
Declined. Disable javascript, and/or enable cookie deletion. In case you want to argue this, this won't change -- uMatrix has been existing for well over 4 years and this has been discussed well enough (I won't keep repeating everything that has been said). If you do not like the way uMatrix deals with cookies, use a extension that does what you want. |
That's not cookies getting leaked per se, but rather an alternative to fetch cookie information via JS,that has been possible since the beginning and the solution is to block the said javascript. |
I'm not questioning the software. It's a nice and useful tool and I am thankful that you're doing this. I'm questioning your information management. I've read some of the issues. At least I found found this:
It looks like the beginning to explain that uMatrix can't deal with cookies that are set or read by JavaScript. That would be totally comprehensible to me. So what's the matter about to just add that useful information to your wiki, instead of being annoyed by all issues that have something to do with cookies and closing them without any explanation (in some cases)?! If I'd found that information in your wiki, this ticket wouldn't exists by now. Just sayin... |
To be sure - you don't have any real world examples? |
FYI, that's an invalid statement. Browsers themselves can block ALL cookies from being inserted simply by editing the cookie settings. As for the wiki, you should be able to edit it and add more information, if that's the case. |
Fixed (wiki) |
This comment has been minimized.
This comment has been minimized.
Once again... Firefox 60 (not Nightly), does not have any cookie settings over GUI. Search does not help at all. |
@gwarser thank you for your kindness and willing to help user_pref("browser.storageManager.enabled", false); And it should be Sorry for all the troubles |
@gorhill @uBlock-user Would it be possible to have a switch like the It looks like the addon CookieMaster (https://addons.mozilla.org/en-US/firefox/addon/cookiemaster/) can block reading and writing cookies through JavaScript but being able to allow / block domains in one place with uMatrix would be more convenient. Update: I noticed there is a similar option to block localStorage and sessionStorage when cookies are disabled for a domain, by checking "Delete local storage content set by blocked hostnames" in uMatrix settings. If we check this option, cookies should be not be stored on the browser as well. |
In your wiki you describe that uMatrix prevents cookies from LEAVING the browser. This is not correct in all situations. If JavaScript is enabled for a website, "special" scripts can read the related domain cookies and send the content to the server. If the cookie data are transmitted in custom data structures in the HTTP body or maybe custom HTTP headers, uMatrix can't do anything about it.
From my perspective there are 2 possible options:
What do you think?
The text was updated successfully, but these errors were encountered: