Re: [squid-users] Web radio and WMP9

From: <gfvarone@dont-contact.us>
Date: Thu, 14 Oct 2004 12:00:28 +0200

Resolved:

1. Aggiunte le estensioni .wma and .wmv alla seguente riga
acl BloccoExt url_regex -i \.mp3$ \.asx$ \.wma$ \.wmv$ \.avi$ \.mpeg$ \.mpg$
\.qt$ \.ram$ \.rm$ \.iso$ \.wav$ \.exe$

2. Ho creato le acl anche per gli altri 2 mime type (anche se forse non
servivano)
acl webRadioReq1 req_mime_type -i ^video/x-ms-asf$
acl webRadioReq2 req_mime_type -i ^application/vnd.ms.wms-hdr.asfv1$
acl webRadioReq3 req_mime_type -i ^application/x-mms-framed$
acl webRadioRep1 rep_mime_type -i ^video/x-ms-asf$
acl webRadioRep2 rep_mime_type -i ^application/vnd.ms.wms-hdr.asfv1$
acl webRadioRep3 rep_mime_type -i ^application/x-mms-framed$

3. Ho aggiunto pure questa...
acl WMP browser Windows-Media-Player/*

4. Create le regole
http_access deny BloccoExt !UtentiGold
http_access deny WMP !UtentiGold
http_access deny webRadioReq1 !UtentiGold
http_access deny webRadioReq2 !UtentiGold
http_access deny webRadioReq3 !UtentiGold

http_reply_access deny webRadioRep1 !UtentiGold
http_reply_access deny webRadioRep2 !UtentiGold
http_reply_access deny webRadioRep3 !UtentiGold

N.B. La lista UtentiGold e' un elenco di ip delle macchine di dirigenti,
capi ufficio, ecc.

In questo modo non riesco ad aprire una webradio (ad es. Radio Deejay o
Lifegate) sia da IE6, che da WMP9...cliccando su link oppure digitando l'URL
Received on Thu Oct 14 2004 - 04:00:34 MDT

This archive was generated by hypermail pre-2.1.9 : Mon Nov 01 2004 - 12:00:02 MST