Block Facebook Chat using Squid ACL
- June 4th, 2010
- Posted in Uncategorized
- Write comment
Please note: This will not block HTTPS/Secure Facebook sessions. You will need to use some other tool to do that. Options might be DNS/IPTables or higher level url blocking.
We have a need to block facebook chat, we chose that due to the overuse of it. Why not block all of facebook? Well overall most people only check the status update of others.. apart from that there is nothing much else to do apart from chat.
simply just created a ACL for url path
/ajax/chat/
/ajax/chat/buddy_list.php
buddy_list.php
/presence/popout.php
/friends/ajax/edit_list.php
edit_list.php
chat.php
This is very disruptive and gives the impression that the chat is semi working.. so the user just accepts there is an issue with facebook itself & not a company policy.
J
Hello,
This solution is no more working I think with the new facebook frames and also with javascript.
If you have any update please help.
Regards,
Hi,
I have tested it and it still works, what I suspect is the facebook users are starting to use HTTPS sessions and squid cannot block them by default. You would need to somehow block secure https sessions from accessing that URL. That becomes much harder.
Thanks
J