Athlon1600/php-proxy

Which file/line is responsible for proxifying links?

Closed this issue · 1 comments

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.

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