Open FoundOne opened 3 years ago
I know there is a way to edit the cookies form the file, but is there a way to block/filter the cookies as they come based on their content or the url they come form?
I don't know. I use the suffix of wyeb to block up e.g. google's login cookie.
You can block cookies by url with dnsmasq or in /etc/hosts:
dnsmasq
/etc/hosts
SITE 0.0.0.0 github.com 0.0.0.0
I know there is a way to edit the cookies form the file, but is there a way to block/filter the cookies as they come based on their content or the url they come form?