I would like to create a blacklisting MITM proxy, where at initialization time I give a list of hosts, and when a request (http/https) is made to that host, the proxy just returns an empty document and status code 200.
This is to be used as a way to filter out all the tracking cookies while running rspec feature test with headless chrome.
If this is possible perhaps add directions for it in the readme.md?
Thanks!