You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
...where
e
would be the minified alias tosecurityInfo
in therender()
function. The offending line is:certainly-something/src/viewer/js/render.js
Line 92 in 511f5a5
This behavior probably explains the problem in Issue #72.
The text was updated successfully, but these errors were encountered: