Ubuntu One triggers ABE

Ask for help about NoScript, no registration needed to post
Anon

Ubuntu One triggers ABE

Post by Anon »

When trying to "Add this computer" on the Ubuntu One web page, ABE is triggered. The page is apparently trying to get the local hostname.

The error message says: Request {GET https://one.ubuntu.com/oauth/authorize/ ... MyHostname <<< https://login.launchpad.net/+openid,htt ... et/+openid} filtered by ABE: <*.ubuntu.com>

Before I added my user rule (below) it said "filtered by ABE: <LOCAL>

I've tried with no luck to add a user rule that would allow this to happen. Here is what I used (as well as a number of different permutations):
Site *.ubuntu.com
Accept ALL from one.ubuntu.com
Deny

Site *.launchpad.net
Accept ALL from *.launchpad.net
Deny

Can anyone help me find a rule that will allow Ubuntu One to work?

Thanks
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091109 Ubuntu/9.10 (karmic) Firefox/3.5.5
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: Ubuntu One triggers ABE

Post by Giorgio Maone »

Is one.ubuntu.com resolving to localhost? That's the only reason why ABE would trigger for it.
Anyway, exceptions to the LOCAL rules need to be inserted in the beginning of the SYSTEM ruleset, because SYSTEM is processed before USER:

Code: Select all

Site one.ubuntu.com
Accept
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)
Anon

Re: Ubuntu One triggers ABE

Post by Anon »

Thanks for the reply.

I cleared out my user rules and changed my system rules to this:
# Prevent Internet sites from requesting LAN resources.
Site LOCAL
Accept from LOCAL
Site one.ubuntu.com
Accept
Deny

The errors went away. Thanks!
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091109 Ubuntu/9.10 (karmic) Firefox/3.5.5
Post Reply