Hi list,
I'd like to permit access to an specific video in youtube.com. I have blocked 
youtube videos using this acl:

acl web_vid rep_mime_type -i ^video/x-flv$
http_reply_access deny web_vid all

How could I permit access to a particular video? For example to 
http://www.youtube.com/watch?v=dQxxfbb5FkE&feature=player_embedded ?
I was trying with this acl:

acl web_vid rep_mime_type -i ^video/x-flv$
acl videos_perm url_regex watch?v=dQxxfbb5FkE&feature=player_embedded
http_reply_access allow web_vid videos_perm

It is possible to do this? What am I doing wrong?

Thank you and best regards,
Alberto Medina


Reply via email to