Quote:
Originally Posted by KSV
may be in some future update. for the time being you can just modify the script yourself.
Code:
function headers()
{
$headers[] = 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8';
$headers[] = 'Connection: Keep-Alive';
$headers[] = 'X-Forwarded-For: 1.2.3.4';
return $headers;
}
|
Thanks! Now i can watch BBC streams without proxy or using privoxy to send x-forwarded-for header.