Page 1 of 1

NoScript Conflict with Dr. Web LinkChecker

Posted: Wed Jul 31, 2013 1:34 am
by therube
NoScript Conflict with Dr. Web LinkChecker

Haven't a clue where the fault lies, but ...

FF22
NoScript
Dr.Web LinkChecker 3.2.3

Right-click a file (the development build link should suffice), 'Check with Dr. Web'.
Dialog window pops up, with a CLEAN report.
Click the 'Close window' link in that dialog.

Expect: dialog window closes

Happens: a new window opens

These two get logged in Error Console:

Code: Select all

Warning: XUL box for _moz_generated_content_after element contained an inline #text child, forcing all its children to be wrapped in a block.
Source File: chrome://browser/content/browser.xul
Line: 0

Code: Select all

Timestamp: 07/30/2013 09:33:27 PM
Error: this.docShell is null
Source File: chrome://global/content/bindings/browser.xml
Line: 323
(The 'X', close button on the dialog window does work as expected.)

Re: NoScript Conflict with Dr. Web LinkChecker

Posted: Wed Jul 31, 2013 9:53 am
by Thrawn
If you open the NoScript menu after this happens and choose Recently Blocked Sites, you'll find http://online.drweb.com. Allowing that seems to fix the problem.

ETA: Looks like you can force HTTPS on that domain if you want to, and the scan still seems to work, but the appearance gets messed up.

Re: NoScript Conflict with Dr. Web LinkChecker

Posted: Wed Jul 31, 2013 3:55 pm
by therube
> Recently Blocked Sites

Right you are, thanks.
But wonder why it happens to begin with?

Re: NoScript Conflict with Dr. Web LinkChecker

Posted: Wed Jul 31, 2013 10:23 pm
by Thrawn
Probably related to the link target, which JavaScript is supposed to override.

Unfortunately I can't seem to view the source of the popup, even with online.drweb.com disabled; presumably the addon uses chrome:// scripts to block View Source.