-
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
Response header filtering does not work (set-cookie) #2552
Comments
I get no such |
@mapx-, could you try again after clearing all cookies for When I start a new private browsing window, on first request to Medium, the server responses with two cookies, |
yes, you are right. |
Related issue: - uBlockOrigin/uBlock-issues#2552
❓ I see no difference. Does the fix work? |
I fixed the filtering, it was broken since changes in static filtering parser. The issue here though won't fix filtering on Chromium-based browsers -- I haven't decided whether it's a wontfix for Chromium-based browsers. Additionally, for any browser, the filtering will not occur when |
Same here, no change whatsoever. "cfuid" is still being set by |
If you block JS, the cookies won't be set, this means the |
To be clear, what I fixed with my commit above is not specifically the issue here. I fixed There are two separate issues here which are not regression, and which I will address in the next dev cycle, I didn't want to hold any longer publishing the stable release:
|
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
I think that only filtering on For testing, I set Firefox to block all cookie from
So, I think that if we only filter on |
Prerequisites
I tried to reproduce the issue when...
Description
I want to block a specific cookie on
medium.com
.So, I try to delete the specific cookie in Firefox, then use uBlock to prevent the server from setting this cookie.
This cookie has attribute
HttpOnly
.I could use the feature block all cookies for a website in Firefox.
But it seems that some website hosted by Medium will break with this setting.
I don't remember which website is broken though.
A specific URL where the issue occurs.
https://medium.com
Steps to Reproduce
medium.com##^responseheader(set-cookie)
medium.com
Expected behavior
The response from server does not have a
set-cookie
header, no cookie will be set.Actual behavior
The
set-cookie
header still exists, and cookie will be set.Configuration
The text was updated successfully, but these errors were encountered: