Hacker News new | ask | show | jobs
by 1vuio0pswjnm7 1774 days ago
There is a simple way to do cookie clearing outside the browser. Insert the header Clear-Site-Data^1 into the HTTP response via local proxy^2:

1. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cl...

2. http-response add-header Clear-Site-Data "*"