Youtube provides a facility to allow schools to access their site and for each school to be recognised by Youtube using a unique ID. To work, this ID needs to be added to each URL requested from Youtube.
The following solution is based on http://support.google.com/youtube/bin/answer.py?hl=en&answer=1686318.
If you prefer to add this as CPL directly into your Local Policy, you can use the following code:
<Proxy> url.domain=//youtube.com/ action.X-YouTube-Edu-Filter(yes) define action X-YouTube-Edu-Filter set( request.x_header.X-YouTube-Edu-Filter, "ABCD1234567890abcdef" ) end |