diff options
author | ng0 <ng0@n0.is> | 2019-01-30 17:27:59 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-01-30 17:27:59 +0000 |
commit | 99e61e7e3b6ca80b704c0bfb133691482792c9a4 (patch) | |
tree | 3d88466b70806eaa210fd3f2505a9cdcb81bdd66 | |
parent | e3f602591ed34364470086f5aeec0e6a7155405e (diff) |
index: As discussed in irc, privacy by design with dashes between
the words serves no special purpose, the change makes it more
natural to read.
-rw-r--r-- | index.html.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html.j2 b/index.html.j2 index 56eada2a..a9333f92 100644 --- a/index.html.j2 +++ b/index.html.j2 @@ -67,12 +67,12 @@ <p> {% trans %} - Protocols from Ethernet and IP to BGP and X.509 PKI are insecure-by-default: protecting against address forgery, routers learning metadata, or choosing trustworthy CAs is nontrivial and sometimes impossible. + Protocols from Ethernet and IP to BGP and X.509 PKI are insecure by default: protecting against address forgery, routers learning metadata, or choosing trustworthy CAs is nontrivial and sometimes impossible. {% endtrans %} </p> <p> {% trans %} - GNUnet provides <a href="https://www.w3.org/2014/strint/papers/65.pdf">privacy-by-design</a>, improving addressing, routing, naming and content distribution in a technically robust manner - as opposed to ad-hoc designs in place today. + GNUnet provides <a href="https://www.w3.org/2014/strint/papers/65.pdf">privacy by design</a>, improving addressing, routing, naming and content distribution in a technically robust manner - as opposed to ad-hoc designs in place today. {% endtrans %} </p> </div> |