copy: added more notes to document
This commit is contained in:
parent
26af1e0c37
commit
9b91255904
1 changed files with 11 additions and 2 deletions
|
|
@ -3,11 +3,14 @@
|
|||
|
||||
When you open up your phone and click on or share links though websites and applications websites are secretly injecting tracking information into the pages.
|
||||
|
||||
explain why that is a bad thing for privacy, and personal life
|
||||
While you may like this might not be that important to your life because its not relevant but the information being tracked in those links has large impacts on your life.
|
||||
|
||||
TODO: explain why that is a bad thing for privacy, and personal life
|
||||
- you didn't consent to being tracked you just wanted to open a webpage
|
||||
- can be used to make targeted ads work better and influence people behavers and beliefs
|
||||
- can be used to track what you specifically are looking at on the internet and who you know
|
||||
- it can be used to track and build profiles of who knows who
|
||||
- even if you agree with what the groups in power are doing right now you shouldn't just give them the tools they need to stop caring about what you think
|
||||
- makes links harder for people to read
|
||||
- saves screen space
|
||||
|
||||
|
|
@ -147,7 +150,13 @@ explain why that is a bad thing for privacy, and personal life
|
|||
|
||||
<div class="url-container">
|
||||
<div class="url-example" role="figure" aria-labelledby="url-example-caption">
|
||||
<span class="url-part-protocol" aria-describedby="legend-protocol" data-part="protocol">https://</span><span class="url-part-hostname" aria-describedby="legend-hostname" data-part="hostname">www.example.com</span><span class="url-part-port" aria-describedby="legend-port" data-part="port">:443</span><span class="url-part-path" aria-describedby="legend-path" data-part="path">/products/shoes</span><span class="url-part-query" aria-describedby="legend-query" data-part="query">?utm_source=facebook&utm_campaign=summer_sale&fbclid=abc123</span><span class="url-part-fragment" aria-describedby="legend-fragment" data-part="fragment">#reviews</span>
|
||||
<span class="url-part-protocol" aria-describedby="legend-protocol" data-part="protocol">https://</span><span class="url-part-hostname" aria-describedby="legend-hostname" data-part="hostname">eggsexposed.com</span><span class="url-part-port" aria-describedby="legend-port" data-part="port"></span>
|
||||
</div>
|
||||
<div class="url-example" role="figure" aria-labelledby="url-example-caption">
|
||||
<span class="url-part-protocol" aria-describedby="legend-protocol" data-part="protocol">http://</span><span class="url-part-hostname" aria-describedby="legend-hostname" data-part="hostname">www.example.com</span><span class="url-part-port" aria-describedby="legend-port" data-part="port">:8080</span><span class="url-part-path" aria-describedby="legend-path" data-part="path">/products/shoes</span><span class="url-part-query" aria-describedby="legend-query" data-part="query">?utm_source=facebook&utm_campaign=summer_sale&fbclid=abc123</span><span class="url-part-fragment" aria-describedby="legend-fragment" data-part="fragment">#reviews</span>
|
||||
</div>
|
||||
<div class="url-example" role="figure" aria-labelledby="url-example-caption">
|
||||
<span class="url-part-protocol" aria-describedby="legend-protocol" data-part="protocol">ftp://</span><span class="url-part-hostname" aria-describedby="legend-hostname" data-part="hostname">192.168.0.2</span><span class="url-part-port" aria-describedby="legend-port" data-part="port">:20</span><span class="url-part-path" aria-describedby="legend-path" data-part="path">/lambda/documents</span>
|
||||
</div>
|
||||
|
||||
<div class="url-legend" role="list" aria-label="URL component legend">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue