From d538892da62ce2614b9493e64b79f8bac1438fb6 Mon Sep 17 00:00:00 2001 From: Nicholas Tay Date: Wed, 22 Feb 2023 20:47:39 +0100 Subject: Somewhat working options page Need to fix per tab thing --- options.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 options.html (limited to 'options.html') diff --git a/options.html b/options.html new file mode 100644 index 0000000..f04166d --- /dev/null +++ b/options.html @@ -0,0 +1,26 @@ + + + + + + +

c/ertain

+

Extension settings

+ +

+ Set up the issuer info for CAs you want to mark as insecure here (as matching substrings). Erase field and save to remove. +

+

+ As per MDN: For example: "CN=DigiCert SHA2 Secure Server CA,O=DigiCert Inc,C=US". +

+
+ +

+ +

+ +

+ + + + -- cgit