Data-Protection-Control / ADPC

Advanced Data Protection Control (ADPC) is a mechanism to communicate data subjects' (users') consent and privacy decisions with data controllers (service providers).
http://dataprotectioncontrol.org
Mozilla Public License 2.0
48 stars 6 forks source link

Include tracking type (cookie, local storage), and cookie names #13

Open robrwo opened 3 years ago

robrwo commented 3 years ago

This has been mentioned in discussion in #11. It would be useful in the consent to have the option to specify how tracking is implemented (e.g.cookie, local storage, URL parameter, browser metadata) with possible names, so that the user agent can refuse to accept specific cookies when consent is withdrawn.

gb-noyb commented 3 years ago

This would indeed be nice, but may also quickly become very complex, so we were keen to avoid this rabbit hole. Note that projects like P3P have gone this direction (see their cookie-include/exclude elements), and their work could perhaps be revisited in the future. See also issue #1.