You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: