aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about/about-peertube/about-peertube.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-08-28 17:39:29 +0200
committerChocobozzz <me@florianbigard.com>2018-08-28 17:39:29 +0200
commit41a676db3989fe3eca91301ac5f5aea30d98654a (patch)
tree00a28c9110cdd351435ec0c066599763748119e7 /client/src/app/+about/about-peertube/about-peertube.component.html
parentf0d4e7eb240f256b4f01cde4a1cd6f66f8f4347c (diff)
downloadPeerTube-41a676db3989fe3eca91301ac5f5aea30d98654a.tar.gz
PeerTube-41a676db3989fe3eca91301ac5f5aea30d98654a.tar.zst
PeerTube-41a676db3989fe3eca91301ac5f5aea30d98654a.zip
Add features table on signup
Diffstat (limited to 'client/src/app/+about/about-peertube/about-peertube.component.html')
-rw-r--r--client/src/app/+about/about-peertube/about-peertube.component.html14
1 files changed, 7 insertions, 7 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 55ac344f9..13ce89f75 100644
--- a/client/src/app/+about/about-peertube/about-peertube.component.html
+++ b/client/src/app/+about/about-peertube/about-peertube.component.html
@@ -1,6 +1,6 @@
1<div i18n class="about-peertube-title"> 1<h1 i18n class="about-peertube-title">
2 About PeerTube 2 About PeerTube
3</div> 3</h1>
4 4
5<div class="description"> 5<div class="description">
6 <p i18n>PeerTube is a federated (ActivityPub) video streaming platform using P2P (WebTorrent) directly in the web browser.</p> 6 <p i18n>PeerTube is a federated (ActivityPub) video streaming platform using P2P (WebTorrent) directly in the web browser.</p>
@@ -15,14 +15,14 @@
15</div> 15</div>
16 16
17<div id="p2p-privacy"> 17<div id="p2p-privacy">
18 <div i18n class="section-title">P2P & Privacy</div> 18 <h3 i18n class="section-title">P2P & Privacy</h3>
19 19
20 <p i18n> 20 <p i18n>
21 PeerTube uses the BitTorrent protocol to share bandwidth between users. 21 PeerTube uses the BitTorrent protocol to share bandwidth between users.
22 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video. 22 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.
23 </p> 23 </p>
24 24
25 <h4 i18n class="p2p-privacy-title">What are the consequences?</h4> 25 <h6 i18n class="p2p-privacy-title">What are the consequences?</h6>
26 26
27 <p i18n> 27 <p i18n>
28 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. 28 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
@@ -64,7 +64,7 @@
64 There are much more effective ways to get that kind of information. 64 There are much more effective ways to get that kind of information.
65 </p> 65 </p>
66 66
67 <h4 i18n class="p2p-privacy-title">How does PeerTube compare with YouTube?</h4> 67 <h6 i18n class="p2p-privacy-title">How does PeerTube compare with YouTube?</h6>
68 68
69 <p i18n> 69 <p i18n>
70 The threats to privacy in YouTube are different from PeerTube's. 70 The threats to privacy in YouTube are different from PeerTube's.
@@ -72,7 +72,7 @@
72 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). 72 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
73 </p> 73 </p>
74 74
75 <h4 i18n class="p2p-privacy-title">What can I do to limit the exposure of my IP address?</h4> 75 <h6 i18n class="p2p-privacy-title">What can I do to limit the exposure of my IP address?</h6>
76 76
77 <p i18n> 77 <p i18n>
78 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. 78 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more.
@@ -80,7 +80,7 @@
80 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense. 80 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
81 </p> 81 </p>
82 82
83 <h4 i18n class="p2p-privacy-title">What will be done to mitigate this problem?</h4> 83 <h6 i18n class="p2p-privacy-title">What will be done to mitigate this problem?</h6>
84 84
85 <p i18n> 85 <p i18n>
86 PeerTube is only in beta, and want to deliver the best countermeasures possible by the time the stable is released. 86 PeerTube is only in beta, and want to deliver the best countermeasures possible by the time the stable is released.