ulixee / secret-agent

The web scraper that's nearly impossible to block - now called @ulixee/hero
https://secretagent.dev
MIT License
675 stars 45 forks source link

MITM Socket Server is spawned even if `SA_DISABLE_MITM` is used #436

Open GlenDC opened 2 years ago

GlenDC commented 2 years ago

The Go socket server is not registered/used when SA_DISABLE_MITM is set, but it is never the less created. While it doesn't cause any harm, there should also be no dependency on it if MITM is enabled, bit of a waste of resources.