diff --git a/index.html b/index.html index 92ca83c3..7af0cb53 100644 --- a/index.html +++ b/index.html @@ -1178,19 +1178,13 @@ ## Data Minimization {#data-minimization}
[=Sites=], [=user agents=], and other [=actors=] -should minimize the amount of [=personal data=] they transfer.
+should restrict the [=data=] they transfer to what's either necessary to achieve their users' +goals or aligns with their users' wishes and interests.
Web APIs should be designed to minimize the amount of data that sites need to request to carry out their users' goals and provide granularity and user controls over personal data that is communicated to sites.
-
-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. -
- Data minimization limits the risks of data being disclosed or misused. It also helps [=user agents=] and other [=actors=] more meaningfully explain the decisions their users need to make. For more information, see [[[Data-Minimization]]].