Youtube blocked on ABE usage.

Discussions about the Application Boundaries Enforcer (ABE) module
simpleme
Posts: 6
Joined: Sat Aug 07, 2010 10:21 pm

Youtube blocked on ABE usage.

Post by simpleme »

I have set up the following ABE rules that have worked for a while with no problem. Lately however, I've been viewing Youtube videos only to be shown a "Movie not loaded" message when right clicking. I've traced it down to the following ABE rule, when when removed allows the videos to play just fine:

Code: Select all

# Anonymize access made from other sites
# This rule seems to break youtube
Site *
Accept ALL from SELF++
Anonymize INCLUSION
Anonymize SUB
Originally this worked fine, but now it does not work anymore. If I comment out the lines with Anonymize, then Youtube works fine again. I'm just a little paranoid and like to not pass to many cookies/etc around if not needed, but would like to know why it doesn't work. I've used firebug, and even when Youtube is working with the above commented out, I don't see any requests to a third party (youtube.com to google.com) that uses cookies which would be stripped by the Anonymize rules.
Mozilla/5.0 (X11; Linux i686; rv:22.0) Gecko/20100101 Firefox/22.0
User avatar
Thrawn
Master Bug Buster
Posts: 3106
Joined: Mon Jan 16, 2012 3:46 am
Location: Australia
Contact:

Re: Youtube blocked on ABE usage.

Post by Thrawn »

What do you see in the Error Console (Ctrl+Shift+J) under Messages when this occurs?
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: Youtube blocked on ABE usage.

Post by Giorgio Maone »

simpleme wrote:I've used firebug, and even when Youtube is working with the above commented out, I don't see any requests to a third party (youtube.com to google.com) that uses cookies which would be stripped by the Anonymize rules.
The Anonymize rule tries also to strip out from URLs anything resembling an unique identifier.
It may be the unfortunate case that some mandatory parameter is getting stripped out this way.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0
Post Reply