os3sec / Extended-DNSSEC-Validator

Firefox add-on for verification of x509 certificates using DNSSEC as bootstrap mechanism
http://os3sec.org
15 stars 9 forks source link

Fixed RecetBadCertService call #18

Open huguei opened 11 years ago

huguei commented 11 years ago

The extension wasn't working in my setup (Firefox 23.0 on Linux).

There was a naming change in FF20 for RecentBadCertService: https://developer.mozilla.org/en-US/docs/Updating_addons_broken_by_private_browsing_changes

I adjusted the code with the same approach in: https://github.com/mk-fg/convergence/blob/master/client/chrome/content/CertificateStatus.js#L34