Jannis Pinter
Jannis Pinter
I've already tried that, but AMO won't let me publish an update with a different extension ID than the one it automatically generated. Any idea how to fix this?
Thank you for the hint! I will try adding `{252ee273-8c8d-4609-b54d-62ae345be0a1}` for the next release, as it is the same ID for me as well.
Hi @rhardy613, this odd. When the icon shows a yellow triangle the extension should display multiple entries with one that is TLS 1.3 and one that is TLS 1.2 (or...
Thank you for bringing this up, I think this is related to #23 and #22. If we can fix #23, we may change the code such that we only look...
I like the idea of colouring the resource tab yellow (or adding a badge to it), when there is a warning on the resource tab.
I've added a warning triangle to the tab (if a warning exists) in commit 0f2d5c0.  I will publish a new minor release (0.1.1) with the fixes we discussed, thanks!...
Thanks! As with #13, this is quite easy to implement but I need to find a way to display it without overloading the UI even more.
Thanks! This is quite easy to implement and I will think about how it could be displayed without overloading the UI even more.
Yes, but that requires me to parse the certificate with [ASN1.js ](https://asn1js.org/) and [PKI.js](https://pkijs.org/) (as Certainly Something does). For now, I have not included any third party code and the...
Parsing the certificate is also required to get the key type and key length which is currently not shown. But I will implement that soon.