CertViewer shows SHA-256 fingerprint in monospace, inconsistent with other similar data
Categories
(Core :: Security: PSM, enhancement, P5)
Tracking
()
People
(Reporter: dveditz, Unassigned)
Details
(Whiteboard: [psm-would-take])
In the CertViewer (/security/manager/pki/resources/content/certViewer.xul) the SHA-256 fingerprint has an explicit inline style of "font-family: monospace" and differs from every other similar entry on the dialog including the SHA1 fingerprint that immediately follows. Given the use of the global.css classes in that file it probably should have used class="monospace" instead of cut/pasting class="plain" and using an inline style.
This appears to have been introduced when the SHA-256 fingerprint was initially added in bug 622332, then moved to the current file as part of bug 1434151.
I have a minor preference for the non-monospace look overall, but primarily think it's super ugly to have a mix of styles. The two fingerprints and the Serial Number above should look the same.
(originally reported by timeless via #security)
Updated•7 years ago
|
Comment 1•6 years ago
|
||
We reimplemented the certificate viewer and won't be continuing to develop the old one.
Description
•