wyeb icon indicating copy to clipboard operation
wyeb copied to clipboard

[Question] Is there a way to filter the incoming cookies?

Open FoundOne opened this issue 4 years ago • 2 comments

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?

FoundOne avatar Feb 04 '21 01:02 FoundOne

I don't know. I use the suffix of wyeb to block up e.g. google's login cookie.

jun7 avatar Feb 04 '21 10:02 jun7

You can block cookies by url with dnsmasq or in /etc/hosts:

SITE 0.0.0.0

github.com 0.0.0.0

Archetypic avatar Jun 23 '22 19:06 Archetypic