* Added mixed content check for *.onion origins. * Added check for ws:// & wss:// protocols. * Fixed auto upgrade http->https.
10 lines
209 B
HTML
10 lines
209 B
HTML
<html>
|
|
<head><title>OK</title></head>
|
|
|
|
<body>
|
|
<img src='http://auto_upgradable_to_https.com/image.jpg'>
|
|
<img src='https://example.com/favicon.jpg'>
|
|
<img src='http://example.onion/favicon.jpg'>
|
|
</body>
|
|
</html>
|