live.bittorrent.com, localhost and ABE

Discussions about the Application Boundaries Enforcer (ABE) module
randomlivedudel

live.bittorrent.com, localhost and ABE

Post by randomlivedudel »

Currently for getting BitTorrent Live to work on Firefox I have to allow live.bittorrent.com, 127.0.0.1 aka localhost, and disable ABE.

How can I make btlive to work without disabling ABE?

Thanks in advance.
Mozilla/5.0 (Windows NT 6.1; rv:10.0) Gecko/20100101 Firefox/10.0
User avatar
Thrawn
Master Bug Buster
Posts: 3106
Joined: Mon Jan 16, 2012 3:46 am
Location: Australia
Contact:

Re: live.bittorrent.com, localhost and ABE

Post by Thrawn »

What appears 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
Guest

Re: live.bittorrent.com, localhost and ABE

Post by Guest »

[ABE] <LOCAL> Deny on {GET http://127.0.0.1:1930/readable_status ************* }
SYSTEM rule:
Site LOCAL
Accept from LOCAL
Deny
Mozilla/5.0 (X11; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0
Guest

Re: live.bittorrent.com, localhost and ABE

Post by Guest »

Working...

Code: Select all

Site LOCAL
Accept from LOCAL .live.bittorrent.com
Deny
Mozilla/5.0 (X11; Linux x86_64; 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: live.bittorrent.com, localhost and ABE

Post by Thrawn »

Yes, that will work, and well done for figuring it out.

If you want to be more selective and just allow BitTorrent to reach the single address it needs, not your whole LAN, you could instead write:

Code: Select all

Site http://127.0.0.1:1930
Accept from .live.bittorrent.com
Accept from LOCAL
Deny

Site LOCAL
Accept from LOCAL
Deny
NB Putting LOCAL on its own line is usually a good idea; it's quirky.
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0
Post Reply