Prevent connections to no-SSL servers from HTTPS host

This commit is contained in:
Carlos
2019-09-24 11:55:07 +02:00
parent 4fc298c4c5
commit 15265c50c2
4 changed files with 16 additions and 2 deletions

View File

@ -145,6 +145,7 @@
<div class="form-check">
<input class="form-check-input" type="checkbox" id="server-ssl">
<label class="form-check-label" for="server-ssl" id="addServerModalSvSsl">Server is SSL enabled</label>
<div class="text-danger" id="addServerModalSslAdvice"></div>
</div>
</form>
</div>
@ -211,7 +212,7 @@
<!-- Webpage footer -->
<footer class="footer mt-auto py-3">
<div class="container">
<span class="text-muted">WebConsole v1.4 - <a href="https://github.com/mesacarlos/WebConsole">GitHub</a></span>
<span class="text-muted">WebConsole v1.4 (rev. 1) - <a href="https://github.com/mesacarlos/WebConsole">GitHub</a></span>
</div>
</footer>