Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Doty <ndoty@cdt.org>
  • Loading branch information
2 people authored and jyasskin committed Aug 30, 2023
1 parent 39bca50 commit 3d3b510
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1084,11 +1084,18 @@
## Data Minimization {#data-minimization}

<div class="practice">
<span class="practicelab">[=Sites=], [=user agents=], and other [=actors=]
should minimize the amount of [=personal data=] they transfer. [=User agents=]
should share data only when it helps a user's goals and
interests. Web APIs should be designed to minimize the amount of data that
sites need to request.</span>
<div class="practice"><span class="practicelab">[=Sites=], [=user agents=], and other [=actors=]
should minimize the amount of [=personal data=] they transfer.</span></div>

<div class="practice"><span class="practicelab">Web APIs should be designed to minimize the amount of data that
sites need to request.</span></div>

<div class="practice">
<span class="practicelab">In maintaining duties of [=duty of
protection|protection=], [=duty of discretion|discretion=] and [=duty of loyalty|loyalty=], user agents should share data only when it either is needed
to satisfy a user's immediate goals or aligns with the user's wishes and
interests.</span>
</div>
</div>

Data minimization limits the risks of data being disclosed or misused. It also
Expand Down

0 comments on commit 3d3b510

Please sign in to comment.