Page 1 of 1
Inhibiting startup connection to 82.103.134.102
Posted: Thu Mar 13, 2014 11:09 pm
by Guest
How do I inhibit the startup connection to 82.103.134.102?
I've tried configuring all update.enabled to false in about:config, created {73a6fe31-595d-460b-a920-fcc0f8843232}.update.enabled false, and unchecked the ABE boxes in
Noscript-Options-Advanced-WAN IP and Enable ABE with no luck.
Thankee kindly.
Re: Inhibiting startup connection to 82.103.134.102
Posted: Thu Mar 13, 2014 11:28 pm
by barbaz
try
about:config -> set noscript.ABE.wanIpAsLocal to false, then set empty value for noscript.ABE.wanIpCheckURL
Re: Inhibiting startup connection to 82.103.134.102
Posted: Fri Mar 14, 2014 1:20 am
by Guest
No luck, but after some rooting around, I discovered that it's the initial version check that's causing it. Setting all the update.enabled stuff to false fails to inhibit it I think because noscript starts out with noscript.version blank and noscript.subscription.lastCheck set to a big negative number.
I realized this was what was happening when I inadvertently let one through while checking back here and it suddenly stopped doing it. I then compared the prefs.js with a previous one and discovered that what changed was that noscript.version had been set to "2.6.8.17" and noscript.subscription.lastCheck had been deleted. I verified that was it by reverting to an older prefs.js, adding the version, deleting the lastCheck, setting the update.enableds to false, and setting noscript.subscription.checkInterval to 999999999 for good measure, and sure enough, no more connections on startup.
Thanks