mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 14:28:33 +02:00
* Add an example using webRequest.getSecurityInfo() * Don't collect root certs if isUntrusted===true
14 lines
125 B
CSS
14 lines
125 B
CSS
body {
|
|
font: 1rem/2 sans-serif;
|
|
}
|
|
|
|
table,
|
|
td {
|
|
border: 1px solid #333;
|
|
padding: .3rem;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|