From d448b16f969be780444190d178dad4c8b2347612 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 16 Feb 2011 16:16:33 +0100 Subject: Fix the password recognition. * doh! !== instead of === * also skip attachment.cgi page --- lib/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/main.js') diff --git a/lib/main.js b/lib/main.js index 0348842..cd8f259 100644 --- a/lib/main.js +++ b/lib/main.js @@ -139,7 +139,8 @@ libbz.initialize(libbz.config, function () { pageMod.PageMod({ include: [ - "https://bugzilla.redhat.com/process_bug.cgi" + "https://bugzilla.redhat.com/process_bug.cgi", + "https://bugzilla.redhat.com/attachment.cgi" ], contentScriptWhen: 'ready', contentScriptFile: self.data.url("skip-bug.js") -- cgit