Intercept http[s] traffic from Electron app
I’m working on the application that should detect and block traffic to the specific website on the macOS (the request can come from any application/browser installed on the machine). I also don’t want to read the contents/decrypt or do anything with the request itself, I’m only interested in the hostname that is being requested.