diff --git a/client/src/app/+about/about-follows/about-follows.component.html b/client/src/app/+about/about-follows/about-follows.component.html index ebe03bd94..dd50cda74 100644 --- a/client/src/app/+about/about-follows/about-follows.component.html +++ b/client/src/app/+about/about-follows/about-follows.component.html @@ -1,6 +1,7 @@
{{ creationReason }}
{{ maintenanceLifetime }}
{{ businessModel }}
PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, @@ -82,7 +82,7 @@ tracker as long as you download or watch the video.
-In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. @@ -128,7 +128,7 @@ There are much more effective ways to get that kind of information.
-The threats to privacy with YouTube are different from PeerTube's. @@ -136,7 +136,7 @@ Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
-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 @@ -145,7 +145,7 @@ Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
-PeerTube wants to deliver the best countermeasures possible, to give you more choice diff --git a/client/src/app/+about/about-peertube/about-peertube.component.scss b/client/src/app/+about/about-peertube/about-peertube.component.scss index a43eb6fe1..4856d4ae5 100644 --- a/client/src/app/+about/about-peertube/about-peertube.component.scss +++ b/client/src/app/+about/about-peertube/about-peertube.component.scss @@ -67,3 +67,11 @@ my-about-peertube-contributors { } } } + +.card-title { + font-size: 1.25rem; +} + +.p2p-privacy-title { + font-size: 20px; +} diff --git a/client/src/app/+accounts/account-about/account-about.component.html b/client/src/app/+accounts/account-about/account-about.component.html index 1f1987aba..e9e0e4079 100644 --- a/client/src/app/+accounts/account-about/account-about.component.html +++ b/client/src/app/+accounts/account-about/account-about.component.html @@ -1,12 +1,13 @@ +