Files
Pavel Beloborodov c5cdfbba0a Added mixed content check for *.onion origins. (#15436)
* Added mixed content check for *.onion origins.
* Added check for ws:// & wss:// protocols.
* Fixed auto upgrade http->https.
2022-11-10 14:23:13 +07:00

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>