[squid-users] Youtube redirection loop?
Yuri Voinov
yvoinov at gmail.com
Tue May 12 12:24:11 UTC 2015
Solved.
I've add 3975 backport patch,
then this one:
acl text-html rep_mime_type text/html
acl http302 http_status 302
store_miss deny text-html
store_miss deny http302
send_hit deny text-html
send_hit deny http302
and this one:
# For YT block useragent header
acl googledomain_ua_deny dstdomain .youtube.com .googlevideo.com
request_header_access User-Agent deny googledomain_ua_deny
Now loop is gone.
Note: strip User-Agent may lead some side effect!
08.05.15 3:25, HackXBack пишет:
> you are right, but this patch still work with me.
> i dont know if we can find better solution for this like you said by acl
>
>
>
> --
> View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Youtube-redirection-loop-tp4671084p4671179.html
> Sent from the Squid - Users mailing list archive at Nabble.com.
> _______________________________________________
> squid-users mailing list
> squid-users at lists.squid-cache.org
> http://lists.squid-cache.org/listinfo/squid-users
More information about the squid-users
mailing list