We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related to AdguardTeam/AdguardFilters#168097
At the moment, impossible to specify cookie's domain. Scriptlet create's a cookie with domain = www.walmart.ca
domain
www.walmart.ca
On walmart.ca this cookie is not accepted by the site (www.walmart.ca)
uxcon enforce=false&p13n=false&ads=false&createdAt=1702648473855&modifiedAt=1702648511162 www.walmart.ca / 2024-12-14T14:08:48.000Z 88 Medium
this accepted (.walmart.ca)
uxcon enforce=false&p13n=false&ads=false&createdAt=1702648473855&modifiedAt=1702648511162 .walmart.ca / 2024-12-14T14:03:30.000Z 88 Medium
Unblock walmart.ca#%#document.cookie = "uxcon=enforce=false&p13n=false&ads=false&createdAt=1672531204&modifiedAt=1672531204; domain=.walmart.ca; path=/"; before test.
walmart.ca#%#document.cookie = "uxcon=enforce=false&p13n=false&ads=false&createdAt=1672531204&modifiedAt=1672531204; domain=.walmart.ca; path=/";
The text was updated successfully, but these errors were encountered:
Another case AdguardTeam/AdguardFilters#173828
Sorry, something went wrong.
105th
No branches or pull requests
Related to AdguardTeam/AdguardFilters#168097
At the moment, impossible to specify cookie's domain.
Scriptlet create's a cookie with
domain
=www.walmart.ca
On walmart.ca this cookie is not accepted by the site (www.walmart.ca)
this accepted (.walmart.ca)
Unblock
walmart.ca#%#document.cookie = "uxcon=enforce=false&p13n=false&ads=false&createdAt=1672531204&modifiedAt=1672531204; domain=.walmart.ca; path=/";
before test.The text was updated successfully, but these errors were encountered: