Linux 软件免费装
Banner图

Privatto

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

标签

privacy gdpr cookie consent lgpd consent mode

下载

2.0.0 1.4.0

详情介绍:

Privatto is a self-hosted consent management platform (CMP) for WordPress, built with Brazil's LGPD and the European GDPR in mind. It does not rely on any external service. Official website, live demo and documentation: interativus.com.br/privatto Main features: Important notice: the generated documents are a structured, LGPD-aligned starting point; they are not legal advice. Review by a lawyer is recommended, especially for complex operations.

安装:

  1. Upload the plugin under 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 setup wizard, then fine-tune under Privatto → Settings.
  4. Generate your legal documents under Privatto → LGPD Documents.

升级注意事项:

2.0.0 Adds plugin/script discovery, reformulated reports, WP Consent API, multilingual banner and lightweight geolocation. Removes the optional Groq integration: everything is now fully local. 1.4.0 Security and standards-compliance release. WordPress 6.2 or later is now required.

常见问题:

Does the plugin rely on any external service?

No. The banner, blocking, consent records and document generation all run entirely on your own site. Privatto does not make any calls to external services.

How does tag blocking work?

The plugin captures the full page output on template_redirect, injects Google Consent Mode v2 (everything denied) right after <head>, and rewrites any <script> whose src or content 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, irreversible IP hash (optional), country, user agent, URL and UTC timestamp. You can view it under Privatto → Logs and export it to CSV.

Is data removal on uninstall optional?

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

更新日志:

2.0.0 1.4.0