Closed daveschaefer closed 11 years ago
In Firefox 20 sites that contain certificate errors give the following error (and change the icon to a yellow exclamation mark):
"Perspectives: an internal security change error occurred: TypeError: Components.classes['@mozilla.org/security/recentbadcerts;1'] is undefined"
Fx 20 changed the way we look up bad certificates: https://developer.mozilla.org/en-US/docs/Updating_addons_broken_by_private_browsing_changes . This needs to be fixed.
This is fixed in #78 .
In Firefox 20 sites that contain certificate errors give the following error (and change the icon to a yellow exclamation mark):
"Perspectives: an internal security change error occurred: TypeError: Components.classes['@mozilla.org/security/recentbadcerts;1'] is undefined"