Prerequisites
I tried to reproduce the issue when...
Description
As of now uBO doesn't support $cookie modifier:
https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#extended-syntax
It could be useful to prevent a cookie from being set:
AdguardTeam/AdguardFilters@236ee4d
According to AdGuard KB,
The $cookie modifier completely changes rule behavior. Instead of blocking a request, this modifier makes AdGuard suppress or modify the Cookie and Set-Cookie headers.
https://adguard.com/kb/it/general/ad-filtering/create-own-filters/#cookie-modifier
Original AG issue:
AdguardTeam/AdguardBrowserExtension#961
A specific URL where the issue occurs.
everywhere
Steps to Reproduce
Add to user filters list
example.org##+js(set-cookie, examplecookie , 1)
$cookie=examplecookie,domain=example.org
Expected behavior
examplecookie cookie isn't set.
Actual behavior
examplecookie cookie is set.
uBO version
1.53
Browser name and version
Firefox 119
Operating System and version
macOS 11
Prerequisites
I tried to reproduce the issue when...
Description
As of now uBO doesn't support $cookie modifier:
https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#extended-syntax
It could be useful to prevent a cookie from being set:
AdguardTeam/AdguardFilters@236ee4d
According to AdGuard KB,
https://adguard.com/kb/it/general/ad-filtering/create-own-filters/#cookie-modifier
Original AG issue:
AdguardTeam/AdguardBrowserExtension#961
A specific URL where the issue occurs.
everywhere
Steps to Reproduce
Add to user filters list
Expected behavior
examplecookie cookie isn't set.
Actual behavior
examplecookie cookie is set.
uBO version
1.53
Browser name and version
Firefox 119
Operating System and version
macOS 11