summaryrefslogtreecommitdiff
path: root/src/chrome/content/igb/untrusted.html
blob: 1cb749982f93d142cc2e0fd57cfb34b14cf64d14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
    <head>
        <title>EVE-IGB Bridge</title>
        <script>
            CCPEVE.requestTrust("http://127.0.0.1:26001");
        </script>
    </head>
    <body>
        <p>Please grant trust to this site, then refresh the page.</p>
    </body>
</html>