Athlon1600 / php-proxy

A web proxy script written in PHP and built as an alternative to Glype.
https://www.php-proxy.com
MIT License
295 stars 158 forks source link

Which file/line is responsible for proxifying links? #128

Closed Benji-Collins closed 5 years ago

Benji-Collins commented 5 years ago

I want to avoid proxying some links while still doing others, eg:

if (link == "myprotectedlink.com") { // dont proxy } else { // where the current code goes }

Thanks for any help.

Benji-Collins commented 5 years ago

Figured it out. It's the ProxifyPlugin. The code block is commented with something like 'For src= and href='.