|
|
|
|
|
by morgante
2989 days ago
|
|
The scope of personal data is disastrously large and the guidance is fuzzy at best. Take, for example, my old blog. It has commenting enabled and a standard Apache config (where logs include IP addresses). If I want to comply with GDPR, I have to do a bunch of work around log rotation/encryption, provide tools for old commenters to go back and remove their information, and this is even the simple case that I'm not using any 3rd-party analytics. No part of my "business model" is attempting to profit from personal data yet I have to jump through a bunch of new hoops. My likely solution for projects is to simply block EU traffic going forward. |
|
Assuming it's a personal blog then just don't capture any PII. Don't sell it, be prepared to delete a user's comments on request. Don't capture PII without informed consent.
Easy, no?