Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Successfully merging a pull request may close this issue.
imported trac ticket created: 2010-06-27 11:10:23 reporter: justin
Using RP in Fx 3.7, the following error shows up:
{{{ Error: Components.classes['@mozilla.org/extensions/manager;1'] is undefined Source File: .../extensions/requestpolicy@requestpolicy.com/components/requestpolicyService.js Line: 160 }}}
This is due to the !ExtensionManager being replaced by the new [https://developer.mozilla.org/en/Addons/Add-on_Manager AddonManager].
The text was updated successfully, but these errors were encountered:
imported trac comment created: 2010-06-27 11:19:31 author: justin
Fixed in r337.
Sorry, something went wrong.
Using RP in Fx 3.7, the following error shows up:
{{{
Error: Components.classes['@mozilla.org/extensions/manager;1'] is undefined
Source File: .../extensions/requestpolicy@requestpolicy.com/components/requestpolicyService.js
Line: 160
}}}
This is due to the !ExtensionManager being replaced by the new [https://developer.mozilla.org/en/Addons/Add-on_Manager AddonManager].
The text was updated successfully, but these errors were encountered: