aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/about
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/about')
-rw-r--r--client/src/app/about/about.component.html9
-rw-r--r--client/src/app/about/about.component.scss2
2 files changed, 10 insertions, 1 deletions
diff --git a/client/src/app/about/about.component.html b/client/src/app/about/about.component.html
index c0be53581..3bb86208c 100644
--- a/client/src/app/about/about.component.html
+++ b/client/src/app/about/about.component.html
@@ -14,4 +14,13 @@
14 14
15 <div [innerHTML]="termsHTML"></div> 15 <div [innerHTML]="termsHTML"></div>
16 </div> 16 </div>
17
18 <div id="p2p-privacy">
19 <div class="section-title">P2P & Privacy</div>
20
21 <p>
22 PeerTube uses the BitTorrent protocol to share bandwidth between users. It implies that your public IP address is stored in the public BitTorrent tracker of the video PeerTube instance as long as you're watching the video.
23 If you want to keep your public IP address private, please use a VPN or Tor.
24 </p>
25 </div>
17</div> 26</div>
diff --git a/client/src/app/about/about.component.scss b/client/src/app/about/about.component.scss
index dba4df729..09e9c68cb 100644
--- a/client/src/app/about/about.component.scss
+++ b/client/src/app/about/about.component.scss
@@ -7,6 +7,6 @@
7 margin-bottom: 5px; 7 margin-bottom: 5px;
8} 8}
9 9
10.description { 10.description, .terms {
11 margin-bottom: 30px; 11 margin-bottom: 30px;
12} 12}