PopupMaker / Popup-Maker

Popup Maker plugin for WordPress
https://wppopupmaker.com/
104 stars 38 forks source link

GDPR Support #558

Open danieliser opened 6 years ago

danieliser commented 6 years ago

Based on my own guide so far: https://danieliser.com/practical-guide-to-gdpr-compliance-for-wordpress-plugin-and-theme-developers/

fpcorso commented 4 years ago

@danieliser It appears there are two items left unchecked for this. Do you think we should still support 3rd party cookie consent plugins?

Also, do you think we should still build out the cron job system?

danieliser commented 4 years ago

@fpcorso Actually I do think the cron is needed. I have found a few sites where the erasure request routines were not finding all results or would fail to delete ours among the rest.

  1. We need to retest the normal erasure routine, ensure that we are getting it all from subscribers table.
  2. We could to schedule an async cleanup action to ensure that data is in fact gone.

What I think happens is that the process can time out if a lot of processes are taking place during that erasure. When that happens if we scheduled a cron with that users email etc, we can call for an async cleanup at the first opportunity.

danieliser commented 4 years ago

For cookie consent, againi would love to do this out of the box, but there are quite a few and they all do things differently. Only one that I've found truly blocks cookies.