]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+about/about-peertube/about-peertube.component.html
fix comment and top-menu placement regressions
[github/Chocobozzz/PeerTube.git] / client / src / app / +about / about-peertube / about-peertube.component.html
index a58924ad82c697dd3cfaa512427564b49de03328..13ce89f751ef286e1d66605d100f205db520da30 100644 (file)
@@ -1,6 +1,6 @@
-<div i18n class="about-peertube-title">
+<h1 i18n class="about-peertube-title">
   About PeerTube
-</div>
+</h1>
 
 <div class="description">
   <p i18n>PeerTube is a federated (ActivityPub) video streaming platform using P2P (WebTorrent) directly in the web browser.</p>
 </div>
 
 <div id="p2p-privacy">
-  <div i18n class="section-title">P2P & Privacy</div>
+  <h3 i18n class="section-title">P2P & Privacy</h3>
 
   <p i18n>
     PeerTube uses the BitTorrent protocol to share bandwidth between users.
     This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.
   </p>
 
-  <h4 i18n class="p2p-privacy-title">What are the consequences?</h4>
+  <h6 i18n class="p2p-privacy-title">What are the consequences?</h6>
 
   <p i18n>
     In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
@@ -53,7 +53,7 @@
     </li>
 
     <li i18n>
-      Web peers are not directly sent by the tracker: because we use WebRTC inside the web browser, the protocol is different from classic BitTorrent.
+      Web peers are not publicly accessible: because we use WebRTC inside the web browser (<a href="https://webtorrent.io/">with the WebTorrent library</a>), the protocol is different from classic BitTorrent.
       When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to.
       See <a href="https://github.com/yciabaud/webtorrent/blob/beps/bep_webrtc.rst">this document</a> for more information
     </li>
@@ -64,7 +64,7 @@
     There are much more effective ways to get that kind of information.
   </p>
 
-  <h4 i18n class="p2p-privacy-title">How does PeerTube compare with YouTube?</h4>
+  <h6 i18n class="p2p-privacy-title">How does PeerTube compare with YouTube?</h6>
 
   <p i18n>
     The threats to privacy in YouTube are different from PeerTube's.
@@ -72,7 +72,7 @@
     Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
   </p>
 
-  <h4 i18n class="p2p-privacy-title">What can I do to limit the exposure of my IP address?</h4>
+  <h6 i18n class="p2p-privacy-title">What can I do to limit the exposure of my IP address?</h6>
 
   <p i18n>
     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 @@
     Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
   </p>
 
-  <h4 i18n class="p2p-privacy-title">What will be done to mitigate this problem?</h4>
+  <h6 i18n class="p2p-privacy-title">What will be done to mitigate this problem?</h6>
 
   <p i18n>
     PeerTube is only in beta, and want to deliver the best countermeasures possible by the time the stable is released.