certainly-something icon indicating copy to clipboard operation
certainly-something copied to clipboard

TypeError: securityInfo.certs[0] is undefined

Open MaffooClock opened this issue 1 year ago • 0 comments

When using with a site having a security exception (e.g. allowing a self-signed certificate), the page is blank. Inspecting the addon's console reveals:

TypeError: e.certs[0] is undefined

...where e would be the minified alias to securityInfo in the render() function. The offending line is:

https://github.com/april/certainly-something/blob/511f5a5fefe2c328bd993a233c4332245cda8eee/src/viewer/js/render.js#L92

This behavior probably explains the problem in Issue #72.

MaffooClock avatar Feb 11 '25 18:02 MaffooClock