-
Notifications
You must be signed in to change notification settings - Fork 85
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
Cookie-remover.js does not remove a cookie #1126
Comments
Does this count as declined? #352 Also uBlockOrigin/uAssets#5529 ? Should not this work already? |
After I opened this issue, I was told that this scriptlet expires cookies, doesn't remove them. That's probably ok as well. However the name is really misleading, could it be changed? But anyway, just hoping that this scriptlet could be fixed so that it expires or removes that specific cookie. :) |
So it appears the domain |
Tested in RC7. Works as intended. Thanks! |
Prerequisites
Description
Cookie-remover.js does not remove a specific cookie on
www.mikrobitti.fi
. The cookie is set formikrobitti.fi
, which probably is the reason behind this (I did read the documentation: https://github.com/gorhill/uBlock/wiki/Resources-Library#cookie-removerjs-) The problem is that I cannot make a rule to remove it even if I have a filter for both domains.The name of the cookie is
Bhb2CdOB3V
.Related conversation: https://www.reddit.com/r/uBlockOrigin/comments/hem8c5/cookieremoverjs_does_not_work/
A specific URL where the issue occurs
https://www.mikrobitti.fi/
Steps to Reproduce
Set filters to remove a cookie called
Bhb2CdOB3V
mikrobitti.fi##+js(cookie-remover, Bhb2CdOB3V)
www.mikrobitti.fi##+js(cookie-remover, Bhb2CdOB3V)
Go to
https://www.mikrobitti.fi/
Check if that cookie is being removed or not.
Expected behavior:
Tha cookie would be removed.
Actual behavior:
The cookie wasn't removed.
Your environment
The text was updated successfully, but these errors were encountered: