summaryrefslogtreecommitdiff
path: root/options.html
blob: f04166d0fcd92b2ec52e1278d518701851cdae4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!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>