Mercurial > hg > anonet-resdb
changeset 614:2b68d711a063 draft
PP (added referer header)
author | Nick <nick@somerandomnick.ano> |
---|---|
date | Sun, 18 Sep 2011 10:11:17 +0000 |
parents | c2879679114d |
children | e84f205875d4 a5043556286e |
files | doc/www.powerfulproxy.com/public_html/do_it.php |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/www.powerfulproxy.com/public_html/do_it.php Sun Sep 18 08:57:34 2011 +0000 +++ b/doc/www.powerfulproxy.com/public_html/do_it.php Sun Sep 18 10:11:17 2011 +0000 @@ -35,6 +35,7 @@ // CURLOPT_USERAGENT => "AnoNet proxy", CURLOPT_USERAGENT => $_SERVER["HTTP_USER_AGENT"]." AnoNetProxy", CURLOPT_AUTOREFERER => TRUE, + CURLOPT_REFERER => $_SERVER["HTTP_REFERER"], CURLOPT_CONNECTTIMEOUT => 15, CURLOPT_TIMEOUT => 28, CURLOPT_MAXREDIRS => 10,