tas2580 / privacyprotection

Privacy protection Extension for phpBB Forums
https://tas2580.net/downloads/phpbb-privacyprotection/
GNU General Public License v2.0
10 stars 13 forks source link

Questions to cookies and export #55

Closed janzev closed 6 years ago

janzev commented 6 years ago

I have a few questions or feature requests.

Is it possible to change the link and text in the cookie notification, so that it points to the local privacy policy? Does the data export function only export data of user posts? Is it possible to expand the export to all saved user related information? --seems to be implemented already Is there an option in ucp to download all my user related data? --seems to be implemented already Would it be possible to deactivate setting of any cookies from phpBB when privacy policy is not accepted? Is it possible to revoke the acceptance of the privacy policy? This possibility should be there to be compliant to EU DSGVO in my opinion.

derRichter commented 6 years ago

the cookies are not in the board or hostet by the server of the board ;) the cookies are on every customers computer ;) then you catch data from an private pc?! i think this is not needed ;)

the option to download for all other userdata of the board (eg. threads, personal data, etc.) is in the main-screen of ucp on the below the activity statistics!

the user can wrote a email or message to the admin and say please delete my users-account and data, i revoke my acceptance... i think this is ok.

tas2580 commented 6 years ago

Is it possible to change the link and text in the cookie notification, so that it points to the local privacy policy?

Overwrite COOKIE_CONSENT_HREF in /language/xx/common.php

Would it be possible to deactivate setting of any cookies from phpBB when privacy policy is not accepted?

No

Is it possible to revoke the acceptance of the privacy policy? This possibility should be there to be compliant to EU DSGVO in my opinion.

With next update