GDPR
GDPR copied to clipboard
This plugin is meant to assist a Controller, Data Processor, and Data Protection Officer (DPO) with efforts to meet the obligations and rights enacted under the GDPR.
* Removes unused local variable * Found `response.status` is undefined, so use `xhr.status` check instead - however may not be needed * Force `window.location.reload` to load page from server, rather...
This is a PR to provide the suggested fix in this issue: https://github.com/trewknowledge/GDPR/issues/232 This works for me, though I have only tested two different modals: * Confirmation of delete *...
Firstly, thank you very much for this plugin. I really appreciate it. I hit upon this issue: https://github.com/trewknowledge/GDPR/issues/24 This is one potential solution to the problem, which appears working for...
add gdpr_privacy_bar_link_text shortcode to customize "Privacy Preferences" link text in privacy bar
This expands the allowed html in textareas, adds a filter so users can specify their own allowed_html, and adds the visual editor to textareas. fixes #228
Allows cookie names to include placeholders like wordpress_{hash} for clarity, but strips the placeholders when performing comparison.
Hey, thanks for your great job. I just installed your plugin and till now, it's straight forward how to setting up! It will be great if I could use html...
This has been questioned a lot, but it sure seems fairly doable to have the plugin actually remove cookies which should not be allowed, rather than just provide the hooks...
A useful addition to the plugin might be an option to monitor cookies in use on the site, similar to how telemetry monitors remote calls. Eg. simply record every distinct...
If a user sets their browser to block all cookies then, obviously, the plugins cookie bar can’t set any consent or dismissal cookies. In that situation the consent bar keeps...