mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-29 20:59:53 +00:00
blog: Redefining Privacy by Making Hard Choices (#4195)
* blog: Redefining Privacy by Making Hard Choices * update * update * revert * update * corrections Co-authored-by: Esra'a Al Shafei <alshafei@users.noreply.github.com> * update --------- Co-authored-by: Esra'a Al Shafei <alshafei@users.noreply.github.com>
This commit is contained in:
parent
d3e522e169
commit
b2a8797ed4
9 changed files with 198 additions and 3 deletions
17
website/src/_includes/blog_previews/20240516.html
Normal file
17
website/src/_includes/blog_previews/20240516.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<p class="mb-[12px]">When it comes to open source privacy tools, the status quo often dictates the limitations of
|
||||
existing protocols and
|
||||
structures. However, these norms need to be challenged to radically shift how we approach genuinely
|
||||
private communication. This requires doing some uncomfortable things, like making hard choices as it relates to
|
||||
funding, alternative decentralization models, doubling down on privacy over convenience, and more.
|
||||
</p>
|
||||
|
||||
<p class="mb-[12px]">In this post we explain a bit more about why SimpleX operates and makes decisions the way it does:
|
||||
</p>
|
||||
|
||||
<ul class="mb-[12px]">
|
||||
<li>No user accounts.</li>
|
||||
<li>Privacy over convenience.</li>
|
||||
<li>Network decentralization.</li>
|
||||
<li>Funding and profitability.</li>
|
||||
<li>Company jurisdiction.</li>
|
||||
</ul>
|
|
@ -24,9 +24,8 @@ var TransformOperation;
|
|||
let activeCall;
|
||||
const processCommand = (function () {
|
||||
const defaultIceServers = [
|
||||
{ urls: ["stuns:stun.simplex.im:443"] },
|
||||
{ urls: ["stun:stun.simplex.im:443"] },
|
||||
{ urls: ["turns:turn.simplex.im:443"], username: "private2", credential: "Hxuq2QxUjnhj96Zq2r4HjqHRj" },
|
||||
{ urls: ["turn:turn.simplex.im:443"], username: "private", credential: "yleob6AVkiNI87hpR94Z" },
|
||||
];
|
||||
function getCallConfig(encodedInsertableStreams, iceServers, relay) {
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue