-
Notifications
You must be signed in to change notification settings - Fork 5
/
options.html
24 lines (20 loc) · 995 Bytes
/
options.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>moarTLS Options</title>
<link rel="stylesheet" type="text/css" href="options.css">
<script defer type="text/javascript" src="options.js"></script>
</head>
<body>
<p>
<label for="cbWarnOnNonSecureDocument"><input type=checkbox id="cbWarnOnNonSecureDocument" />Mark non-secure documents<label><br />
<label for="cbRotateImages"><input type=checkbox id="cbRotateImages" />Flip insecurely-delivered images</label><br />
<label for="cbWarnOnNonSecureDownloads"><input type=checkbox id="cbWarnOnNonSecureDownloads" />Warn on non-secure downloads<label>
</p>
<!--a href="#" id="btnSave" class="btn primary"><span><span>Save</span></span></a -->
<div style="text-align: center;" id="txtStatus"> </div>
<hr style="margin: 15px 0px 15px 0px;" />
<p>
In the report, Alt+Click non-secure links to check whether HTTPS is available.
</p>
</body>