samuong / alpaca

A local HTTP proxy for command-line tools. Supports PAC scripts and NTLM authentication.
Apache License 2.0
184 stars 31 forks source link

Remove dodgy connection check #108

Closed samuong closed 1 year ago

samuong commented 1 year ago

This behaviour worked well on some corporate networks, but breaks on others. From now on, users who use a custom PAC file with a file:// URL will need to do this check themselves, before returning a PROXY directive.

Fixes #106

samhaque commented 1 year ago

Hi, could we please get this reviewed and merged, it's blocking a lot of developers who rely on making custom pac files

samhaque commented 1 year ago

Looks like all CI checks passed, could you have a look @camh- @juliaogris @marcelocantos @samuong