open-feedback icon indicating copy to clipboard operation
open-feedback copied to clipboard

Legal mention & cookie banner?

Open HugoGresse opened this issue 4 years ago • 2 comments

I'm not sure the service is currently legal without this. Some service can help, like https://www.iubenda.com/en/ or https://www.subdelirium.com/generateur-de-mentions-legales/

We need a solution that will be at least in english.

HugoGresse avatar Mar 25 '20 13:03 HugoGresse

Hi @HugoGresse,

I'll check this point with my wife who is personal data protection expert and I'll tell you.

Is there any personal data collected? Like IP address of voting people? Another point is, maybe there is a need for an information mention about the free input textarea for the comments.

fdelbrayelle avatar Jul 02 '22 11:07 fdelbrayelle

Thanks François for willing to help me on this!

For the moment: we are using:

  • Google Analytics which use some private data and is not even GDPR compatible
  • Firebase Anonymous Login for the votes, so user who open a new private window will have a new user id, etc. (https://firebase.google.com/docs/auth/web/anonymous-auth)

On the database, we are not storing any IP adress, only the user id (which is anonymous).

Regarding the text input, those can be hidden from a specific page on the backend of the event (https://openfeedback.io/admin)

Best,

HugoGresse avatar Jul 04 '22 08:07 HugoGresse