I'm using Firefox 12 and NoScript 2.4.2. When I visit a site that uses Akamai Download Manager for downloads, I run into trouble with the required NetSession Interface installation. The install runs, appears to finish, but then isn't recognized as installed and the installation starts again. Round and round, infinite installation loop. I have temporarily allowed the company domain, akamai.com domain and even 127.0.0.1 which the installer uses to communicate with the NetSession Client Interface it's installing. Even with all of it allowed, the installation runs over and over ad infinitum. The only way I can get NetSession Interface to install and work is to disable NoScript.
Has anyone else run into this problem and figured out a solution other than disabling NoScript?
Thanks.
NoScript and Akamai NetSession Interface installation loop
-
Guest
NoScript and Akamai NetSession Interface installation loop
Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:12.0) Gecko/20100101 Firefox/12.0
- Giorgio Maone
- Site Admin
- Posts: 9557
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: NoScript and Akamai NetSession Interface installation lo
Cold you check whether you can find any [ABE] or [NoScript ABE] line in your Error Console (Ctrl+Shift+J)?
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0
Re: NoScript and Akamai NetSession Interface installation lo
I do find lots of entries like this in my error console:
and they keep happening over and over, even after I exit the NetSession Interface installation.
You can try this for yourself by visiting the following:
http://www.akamai.com/html/solutions/do ... e_std.html
and clicking on the Start Download button in the demo. You might want to make sure you don't have Akamai NetSession Interface already installed on your PC.
Thank you for your help with this.
Code: Select all
[ABE] <LOCAL> Deny on {GET http://127.0.0.1:9421/api?function=getClientAttributes&installcpcode=78333&cid=0&complete&wrapper=DLMHelper.setInstalled(*);&r=0.2911575514706989 <<< http://www.akamai.com/html/solutions/downloadmanager_resumable_std.html# - 2}
SYSTEM rule:
Site LOCAL
Accept from LOCAL
DenyYou can try this for yourself by visiting the following:
http://www.akamai.com/html/solutions/do ... e_std.html
and clicking on the Start Download button in the demo. You might want to make sure you don't have Akamai NetSession Interface already installed on your PC.
Thank you for your help with this.
Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:12.0) Gecko/20100101 Firefox/12.0
Re: NoScript and Akamai NetSession Interface installation lo
In hindsight, I should have spotted this straight away. Giorgio did.
ABE won't let sites contact 127.0.0.1 (or other local addresses), to prevent attacks on your router etc. You'll need to change your default rule (in Options - Advanced - ABE - System) to:
ABE won't let sites contact 127.0.0.1 (or other local addresses), to prevent attacks on your router etc. You'll need to change your default rule (in Options - Advanced - ABE - System) to:
Code: Select all
Site LOCAL
Accept from LOCAL www.akamai.com
Deny
======
Thrawn
------------
Religion is not the opium of the masses. Daily life is the opium of the masses.
True religion, which dares to acknowledge death and challenge the way we live, is an attempt to wake up.
Thrawn
------------
Religion is not the opium of the masses. Daily life is the opium of the masses.
True religion, which dares to acknowledge death and challenge the way we live, is an attempt to wake up.
Mozilla/5.0 (Linux; U; Android 2.2.1; en-gb; GT-S5570 Build/FROYO) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
Re: NoScript and Akamai NetSession Interface installation lo
I'm not familiar with this product, but it may be possible to tighten Thrawn's rule, so that *all* content from Akamai is not allowed to access your local resources:
Or perhaps some of the stuff at the end may need to be trimmed off, perhaps something like
Anyway, start with the most restrictive, then if it still produces the error, gradually lessen the restriction.
Not personally fond of allowing the entire site, which serves content from thousands of its customers, to bypass ABE altogether.
FWIW, I don't like sites that use 127.0.0.1 (your "localhost" address), and wouldn't deal with one that did. IMHO. YMMV.
Code: Select all
Site LOCAL
Accept from LOCAL http://www.akamai.com/html/solutions/downloadmanager_resumable_std.html
DenyCode: Select all
Site LOCAL
Accept from LOCAL http://www.akamai.com/html/solutions/downloadmanager*
DenyNot personally fond of allowing the entire site, which serves content from thousands of its customers, to bypass ABE altogether.
FWIW, I don't like sites that use 127.0.0.1 (your "localhost" address), and wouldn't deal with one that did. IMHO. YMMV.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.28) Gecko/20120306 Firefox/12.0
- Giorgio Maone
- Site Admin
- Posts: 9557
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: NoScript and Akamai NetSession Interface installation lo
Actually, the most restrictive rule, to be put before the default LOCAL one in the SYSTEM ruleset, would be:
Code: Select all
Site 127.0.0.1:9421
Accept from http://www.akamai.com/html/solutions/*
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0