Page 1 of 1

Wrong plugin blocked URL

Posted: 2013-07-08, 12:29
by access2godzilla
Plugins known to be vulnerable are blocked by PM/FF and these plugins carry a message (in the Add-ons>Plugins list) that "xyz is known to be vulnerable and should be updated [More]", where "[More]" is a link containing details.

PM opens the wrong URL when [More] is clicked:

Code: Select all

https://addons.mozilla.org/en-US/firefox/palemoon/blocked/p178
but it should be actually:

Code: Select all

https://addons.mozilla.org/en-US/firefox/blocked/p178
Please fix this bug.

Re: Wrong plugin blocked URL

Posted: 2013-07-08, 12:43
by Moonchild
Thanks for reporting this.

It's a pref bug, and actually should not even forward to that URL (so it's a Mozilla code parsing bug as well, by the looks of it).
You can fix it on-the fly by going to about:config and changing extensions.blocklist.itemURL to https://addons.mozilla.org/%LOCALE%/fir ... d/%blockID% and exiting&restarting the browser.

I'll change this default pref in the next version of Pale Moon to the correct one.