additional_plugins/serendipity_event_dsgvo_gpdr/todo.txt
Garvin Hicking d2f63305a3 Added draft of DSGVO GPDR plugin.
Currently supports:

* Show cookie consent layer
* Create footer link to privacy statement (internal, or also a staticpage allowed)
* Allow to enforce visitors need to confirm a checkbox when submitting comments
* Shows information about what s9y does in regards of DSGVO/GPDR
* Shows information about what s9y plugins do in regard of DSGVO/GPDR (new 'legal' property bag)

TODO:

* See todo.txt file.
* Most important: Go through EVERY plugin and add the legal property bag to any plugin that operates on user data.
* Allow to prevent session_start on frontend, allow to patch REMOTE_ADDR
* Warnings when plugin is not installed

+++++ HELP NEEDED +++++
2018-03-29 16:24:46 +02:00

14 lines
418 B
Plaintext

Plugins prüfen nach:
cookie
http://
https://
serendipity_request (oder so)
_session
remote_addr
* Config option to anonymize IPs (simply write $_SERVER['REMOTE_ADDR'] to something else)
* Patch s9y core: Emit warning when the plugin is not installed. Allow user to remove that warning if he doesnt want the plugin.
* Patch s9y core: Create config option that prevents session_start() on the frontend [if possible]