http first! implements warning for insecure connections
This commit is contained in:
parent
473dc8c71b
commit
5ddac62717
5 changed files with 140 additions and 40 deletions
|
@ -52,12 +52,22 @@
|
|||
</ul>
|
||||
</footer>
|
||||
<div id="dialog-backdrop"></div>
|
||||
<div id="connect-dialog">
|
||||
<button id="connect-close">X</button>
|
||||
<div id="connect-dialog" class="dialog">
|
||||
<button class="dialog-close">X</button>
|
||||
<p>Enter the address of the server you would like to connect to:</p>
|
||||
<input id="connect-url" name="server" type="text" spellcheck="false">
|
||||
<button id="connect-submit">Connect</button>
|
||||
</div>
|
||||
<div id="warn-dialog" class="dialog">
|
||||
<button class="dialog-close">X</button>
|
||||
<p>
|
||||
WARNING: The server you're about to connect to is insecure.
|
||||
Your activity here may be available to anyone monitoring your network traffic!
|
||||
Are you sure you want to continue?
|
||||
</p>
|
||||
<button id="warn-proceed">Okay!</button>
|
||||
<button id="warn-cancel">Nevermind!</button>
|
||||
</div>
|
||||
<div id="overlay"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue