<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> </head> <body> <h1>c/ertain</h1> <h3>Extension settings</h3> <p> Set up the issuer info for CAs you want to mark as insecure here (as matching substrings). Erase field and save to remove. </p> <p> As per MDN: <i>For example: "CN=DigiCert SHA2 Secure Server CA,O=DigiCert Inc,C=US".</i> </p> <hr> <p> <button id="addCert">+</button> <ul id="certs"></ul> <button id="save">Save</button> </p> <script src="options.js"></script> </body> </html>