Linux 软件免费装
Banner图

Privatto

开发者 interativus
sergioinglez
更新时间 2026年7月13日 20:42
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

privacy gdpr cookie consent lgpd consent mode

下载

1.4.0

详情介绍:

Privatto is a self-hosted consent management platform (CMP) for WordPress, built with Brazil's LGPD and the GDPR in mind. It requires no external service. Main features: Important notice: the generated documents are a structured starting point aligned with the LGPD; they are not legal advice. Review by a lawyer is recommended, especially for complex operations.

安装:

  1. Upload the plugin through Plugins → Add New → Upload Plugin, or copy the privatto folder to /wp-content/plugins/.
  2. Activate the plugin. The consent table and default options are created on activation.
  3. Follow the onboarding wizard, then fine-tune under Privatto → Settings.
  4. Generate your legal documents under Privatto → LGPD Documents.

升级注意事项:

1.4.0 Security and standards-compliance release. WordPress 6.2 or later is now required.

常见问题:

Does it depend on any external service?

No. Banner, blocking, consent records, and document generation all run on your own site. The only optional external call is the Groq API, used exclusively to refine free-text descriptions if you provide an API key.

How does the tag blocking work?

The plugin buffers the full page output on template_redirect, injects Google Consent Mode v2 (all denied) right after <head>, and rewrites any <script> whose src or body matches the configured patterns. When the visitor consents, the allowed scripts are restored and executed.

Where is the proof of consent stored?

In a dedicated table (wp_pvto_consents). Each decision records a UUID, action, categories, policy version, optional irreversible IP hash, country, user agent, URL, and UTC date/time. You can view it under Privatto → Logs and export it to CSV.

Is uninstall data removal opt-in?

Yes. By default, uninstalling keeps the consent tables (they are your audit evidence) and only removes settings. To delete everything, define PVTO_DELETE_DATA as true in wp-config.php before removing the plugin.

更新日志:

1.4.0