allendav / wp-privacy-policy-shortcodes

A proof-of-concept WordPress plugin that adds shortcodes through which plugins can expose their privacy policy statements in a consistent fashion.
GNU General Public License v2.0
5 stars 3 forks source link

Add a review mechanism before the shortcodes emit any plugins latest changes #3

Open allendav opened 6 years ago

allendav commented 6 years ago

An admin should be given the opportunity to review changes to any plugin's privacy policies before they are displayed by the shortcode to the site's visitors.

schlessera commented 6 years ago

Form Slack:

Yes, and everything should be stored using versioning. You should be able to know what specific version of the plugin's recommendation you've reviewed, and what has changed since.

dejliglama commented 6 years ago

This also holds true on the very first display of a plugins privacy policy text. So essentially any time new or changed data come from a plugin, a review is required.

allendav commented 6 years ago

Interesting point to consider - what if a plugin doesn't change, but a service it shares data with changes how it handles personal data - absent a plugin update, how would the site owner (and site users) be made aware of that change?