aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2019-02-03 22:37:49 -0600
committerMatt Rude <[email protected]>2019-02-03 22:37:49 -0600
commit3b6beb25a7ac950f435f4f6a299b4c741e9d2481 (patch)
tree42d9510ebe3a61ecba416896b737caa7645ad3b1
parent32b01d11b5c550db03f9f8e071a3be5abee63c8a (diff)
downloadxmpp-site-lite-3b6beb25a7ac950f435f4f6a299b4c741e9d2481.tar.gz
xmpp-site-lite-3b6beb25a7ac950f435f4f6a299b4c741e9d2481.tar.bz2
xmpp-site-lite-3b6beb25a7ac950f435f4f6a299b4c741e9d2481.zip
Remove _includes/security.html
-rw-r--r--_includes/security.html28
1 files changed, 0 insertions, 28 deletions
diff --git a/_includes/security.html b/_includes/security.html
deleted file mode 100644
index 844ecfe..0000000
--- a/_includes/security.html
+++ /dev/null
@@ -1,28 +0,0 @@
- <div class="container offsetanchor">
- <center>
- <i class="fa fa-lock" style="font-size:60px;" aria-hidden="true"></i>
- <h2>Privacy & Security</h2>
- </center>
- <div class="row">
- <div class="col-md-6" style="min-height:280px;">
- <h2>Security</h2>
- <ul>
- <li>SSL/TLS encryption is <a href="https://github.com/stpeter/manifesto/blob/master/manifesto.txt">required</a>
- between clients and servers (C2S) and server to server (S2S) connections</li>
- <li>The backend is configured to store hashed and salted authentication data</li>
- <li>Use <a href="https://conversations.im/omemo/">OMEMO</a> or
- <a href="{{ site.url }}/help/definitions/#otr">Off-the-Record (OTR)</a>
- in your chat client to have fully encrypted chats</li>
- </ul>
- </div>
- <div class="col-md-6" style="min-height:280px;">
- <h2 id="policies">Policies</h2>
- <p>No more information is collected and stored than what is absolutely necessary.
- This includes rosters, vCards, offline messages, etc.</p>
- <p>Spam and abuse including advertisements of any kind will not be tolerated on
- this network. For spam or abuse please contact us with the full details.</p>
- <p>Please see the <a href="{{ site.url }}/privacy-policy/">Privacy Policy</a> for
- a more detailed explanation.</p>
- </div>
- </div>
- </div>