dotcom-rendering icon indicating copy to clipboard operation
dotcom-rendering copied to clipboard

Make sure we have consent when using storage for discussion in apps

Open abeddow91 opened this issue 1 year ago • 2 comments

abeddow91 avatar Feb 27 '24 11:02 abeddow91

Current App Behaviour

iOS does not offer users the option to set preferences which means there is no need to store preferences on the device.

Current DCR Behaviour

DCR offers users the ability to store their filtering preferences. These get stored in local storage. Because this doesn't store personal details, we do not require consent.

Current DCAR Behaviour

The webview writes to its own local storage which is in turn stored to file in the app's sandboxed storage, which allows it to persist between sessions. We do get consent with users when reading / writing from local storage. However, as we do not write any personal data to local storage, we are not required to check for consent here.

abeddow91 avatar Feb 28 '24 09:02 abeddow91

To check with data privacy ([email protected]) but we think we don't have any PII

alinaboghiu avatar Feb 29 '24 10:02 alinaboghiu

Waiting to hear back from data privacy that this does not require consent

abeddow91 avatar Mar 05 '24 10:03 abeddow91

Its been confirmed by Susan Bingham, our Data Protection Officer, that we don't need to update consent if this is being used to manage the comment section

abeddow91 avatar Apr 24 '24 09:04 abeddow91