Ad

yousuf
asked Sep 20 2017
Answer
follow the below acl rule for block particular browser for squid user.
# vim /etc/squid/squid.conf
acl test src 192.168.7.218 192.168.7.222
acl browser_block browser Firefox
http_access deny test browser_block
http_access allow test

arunkumarak
asked Sep 21 2017
edited Oct 05 2018
I love visiting sites in my free time. I have visited many sites but did not find any site more efficient than yours. Thanks for the nudge

qureshi
asked Jun 14 2023
edited Jun 15 2023
Browser blocking in squid
i need to block particular browser for user using squid proxy server .it is possible in squid ......?