Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 7 additions & 10 deletions frontend/src/privacy-policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
appears at the end of this Privacy Statement.
</p>
<p>Table of Contents</p>
<!-- The last three internal links are redunant because the anchor stops at the same location but gives more context to the user when they are viewing the table of contents -->
<!-- The last three internal links are redundant because the anchor stops at the same location but gives more context to the user when they are viewing the table of contents -->
<ul>
<li><a href="#Data_Collection">What data do we collect?</a></li>
<li>
Expand All @@ -146,9 +146,6 @@
<li>
<a href="#Advertisements">Advertisements</a>
</li>
<li>
<a href="#Advertisements2">Advertisements Part 2</a>
</li>
<li><a href="#Cookies">What are cookies?</a></li>
<li><a href="#Usage_of_Cookies">How do we use cookies?</a></li>
<li>
Expand Down Expand Up @@ -384,13 +381,13 @@ <h1 id="Cookies">What are cookies?</h1>
HTTP cookie
</a>
<!--
We need this nbsp to make sure there's no missing whitespace in production.
We need this nbsp to make sure there's no missing whitespace in production.
This is because without it the minifier collapses the whitespace after
"HTTP cookie" and the one after the closing `a` tag into a single space
located after "HTTP cookie" (inside the `a` tag), and because the `a` tag
has display: inline-block, the space will not be rendered. Use nbsp to make
sure the minifier doesn't remove it.
-->
"HTTP cookie" and the one after the closing `a` tag into a single space
located after "HTTP cookie" (inside the `a` tag), and because the `a` tag
has display: inline-block, the space will not be rendered. Use &nbsp; to make
sure the minifier doesn't remove it.
-->
&nbsp;on Wikipedia.
</p>

Expand Down
Loading