SeaMonkey 2.0.6 (branch), NoScript 2.0.1rc2.
Reason I looked is cause it appeared that (some) Avatars were disappearing (not showing) at http://www.dslreports.com/forum/security,1. But starting in -safe-mode & still did not appear. Though revisiting, & now the missing avatars are displaying so maybe it was a temporary glitch with the board itself.
Code: Select all
Error: too much recursion
Source file: chrome://noscript/content/ABE.js
Line: 287
Code: Select all
req.channel.onTransportStatus(null, 0x804b0003, 0, 0); // notify STATUS_RESOLVING
Code: Select all
if ((req.channel instanceof CI.nsITransportEventSink) && req.isDoc && !req.subdoc ) try {
ABE.log("DNS notification for " + req.destination);
req.channel.onTransportStatus(null, 0x804b0003, 0, 0); // notify STATUS_RESOLVING
} catch(e) {}