[RESOLVED] FlashGot 1.4.1rc3 Reporting Itself Incorrectly

Bug reports and enhancement requests
Post Reply
User avatar
therube
Ambassador
Posts: 7969
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

[RESOLVED] FlashGot 1.4.1rc3 Reporting Itself Incorrectly

Post by therube »

FlashGot 1.4.1rc3 Reporting Itself Incorrectly

install.js, install.rdf, flashgotService.js are reporting rc3 as rc2.

diff:

rc3:

Code: Select all

96  typesWhitelistRx: /\b(?:x(?:ht)?ml|image|css|j(?:ava(?:script)?|son)|shockwave)\b/i,

100    return this.downloadInterface = "nsIHttpActivityObserver" in CI ? CI.nsICancelable : CI.nsIWebBrowserPersist;
rc2:

Code: Select all

96  typesWhitelistRx: /\b(?:x?html|image|css|j(?:ava(?:script)?|son)|shockwave)\b/i,

100    return this.downloadInterface = "nsIHttpActivityObserver" in CI ? CI.nsIProgressEventSink : CI.nsIWebBrowserPersist;
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120315 Firefox/13.0a2 SeaMonkey/2.10a2
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: FlashGot 1.4.1rc3 Reporting Itself Incorrectly

Post by Giorgio Maone »

Fixed on flahgot.net, thanks.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20100101 Firefox/11.0
Post Reply