mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
* Reverse var to let change * Review feedback Co-authored-by: Rob Wu <rob@robwu.nl> --------- Co-authored-by: Rob Wu <rob@robwu.nl>
root-cert-stats
What it does
The extension includes:
-
a background page which collects stats about the trusted root certs used when browsing the web. It records the subject name of each root cert, and how many times that particular root cert was used to establish a TLS connection.
-
a browser action with a popup. The popup displays the collected stats.
What it shows
- how to use the webRequest.getSecurityInfo() API.