Files
wbamberg 7d587095ac Add an example using webRequest.getSecurityInfo() (#362)
* Add an example using webRequest.getSecurityInfo()

* Don't collect root certs if isUntrusted===true
2018-08-30 10:55:06 -07:00

14 lines
125 B
CSS

body {
font: 1rem/2 sans-serif;
}
table,
td {
border: 1px solid #333;
padding: .3rem;
}
.hidden {
display: none;
}