Files
webextensions-examples/root-cert-stats
rebloor 82217a05bc Replace var with let in examples (#484)
* Replace var with let in examples

store-collected-images/webextension-plain/deps/uuidv4.js

* Reverted third–party code
2022-08-11 04:27:28 +12:00
..

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.