aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-01-14 09:43:06 +0100
committerChocobozzz <me@florianbigard.com>2021-01-14 09:43:06 +0100
commit51de2c7ff3304a553d4e422c2eef23910edf5b55 (patch)
treec4b50126f4fd393d7a7e0fc3cf88e17226ce1aaa /client/src/app/+about
parent5ec8a71f8471bbbd6b8e77bae2550cc28930f9ab (diff)
downloadPeerTube-51de2c7ff3304a553d4e422c2eef23910edf5b55.tar.gz
PeerTube-51de2c7ff3304a553d4e422c2eef23910edf5b55.tar.zst
PeerTube-51de2c7ff3304a553d4e422c2eef23910edf5b55.zip
Update project description
Diffstat (limited to 'client/src/app/+about')
-rw-r--r--client/src/app/+about/about-peertube/about-peertube.component.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/client/src/app/+about/about-peertube/about-peertube.component.html b/client/src/app/+about/about-peertube/about-peertube.component.html
index 5a0b6f46e..9bfda58a8 100644
--- a/client/src/app/+about/about-peertube/about-peertube.component.html
+++ b/client/src/app/+about/about-peertube/about-peertube.component.html
@@ -65,7 +65,7 @@
65 <div class="privacy-contributors"> 65 <div class="privacy-contributors">
66 <my-about-peertube-contributors></my-about-peertube-contributors> 66 <my-about-peertube-contributors></my-about-peertube-contributors>
67 67
68 <div class="p2p-privacy"> 68 <div class="p2p-privacy">
69 <h2 class="section-title"> 69 <h2 class="section-title">
70 <div class="anchor" id="privacy"></div> <!-- privacy anchor --> 70 <div class="anchor" id="privacy"></div> <!-- privacy anchor -->
71 <ng-container i18n>P2P & Privacy</ng-container> 71 <ng-container i18n>P2P & Privacy</ng-container>
@@ -78,7 +78,7 @@
78 </p> 78 </p>
79 79
80 <p i18n> 80 <p i18n>
81 The main threat to your privacy induced by BitTorrent lies in your IP address being stored in the instance's BitTorrent 81 The main threat to your privacy induced by BitTorrent lies in your IP address being stored in the instance's BitTorrent
82 tracker as long as you download or watch the video. 82 tracker as long as you download or watch the video.
83 </p> 83 </p>
84 84
@@ -115,8 +115,7 @@
115 </li> 115 </li>
116 116
117 <li i18n> 117 <li i18n>
118 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<a href="https://webtorrent.io/">with the 118 Web peers are not publicly accessible: because we use the websocket transport, the protocol is different from classic BitTorrent tracker.
119 WebTorrent library</a>), the protocol is different from classic BitTorrent.
120 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers 119 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
121 to forward the information to. 120 to forward the information to.
122 See <a href="https://github.com/yciabaud/webtorrent/blob/beps/bep_webrtc.rst">this document</a> for more information 121 See <a href="https://github.com/yciabaud/webtorrent/blob/beps/bep_webrtc.rst">this document</a> for more information