Add security disclaimer

This commit is contained in:
Alan Friedman 2016-01-19 12:28:06 -05:00
parent fd84a4ef8d
commit b8c816b001

View File

@ -69,6 +69,8 @@
<h4 class="modal-title">About</h4> <h4 class="modal-title">About</h4>
</div> </div>
<div class="modal-body"> <div class="modal-body">
<p class="bold">WARNING: This product is in beta and its source code has not been peer-reviewed or undergone a security audit. This is a demo only and not intended for security-critical use.</p>
<p>darkwire.io is the simplest way to chat anonymously, and with encryption, online. Chat history is never stored on a server or database, and plain text messages are never transferred over the wire.</p> <p>darkwire.io is the simplest way to chat anonymously, and with encryption, online. Chat history is never stored on a server or database, and plain text messages are never transferred over the wire.</p>
<p>Your encryption key ensures that only people you trust can decipher your messages. If you change your key, make sure to notify all other participants.</p> <p>Your encryption key ensures that only people you trust can decipher your messages. If you change your key, make sure to notify all other participants.</p>
@ -127,6 +129,7 @@
<h4 class="modal-title">Welcome to darkwire.io</h4> <h4 class="modal-title">Welcome to darkwire.io</h4>
</div> </div>
<div class="modal-body"> <div class="modal-body">
<p class="bold">WARNING: This product is in beta and its source code has not been peer-reviewed or undergone a security audit. This is a demo only and not intended for security-critical use.</p>
<p>We've placed you in a new chat room.</p> <p>We've placed you in a new chat room.</p>
<br> <br>
<h6>Invite People to This Room</h6> <h6>Invite People to This Room</h6>
@ -150,6 +153,8 @@
<div class="modal-body"> <div class="modal-body">
<h6>Enter Your Key Below</h6> <h6>Enter Your Key Below</h6>
<input class="form-control key" placeholder="Enter key here" type="text" id='join-key'></input> <input class="form-control key" placeholder="Enter key here" type="text" id='join-key'></input>
<br>
<p class="bold">WARNING: This product is in beta and its source code has not been peer-reviewed or undergone a security audit. This is a demo only and not intended for security-critical use.</p>
</div> </div>
<div class="modal-footer"> <div class="modal-footer">
<button type="button" class="btn btn-primary encryption-active" disabled="disabled" data-dismiss="modal">Done</button> <button type="button" class="btn btn-primary encryption-active" disabled="disabled" data-dismiss="modal">Done</button>