Redacto Cookie Consent

Beschreibung

Redacto Cookie Consent is a WordPress plugin that integrates the Redacto Cookie Consent script into your WordPress website. The plugin allows you to configure your domain, organization UUID, and workspace UUID through the WordPress admin settings page.

Features

  • Easy configuration through WordPress admin settings
  • Secure storage of configuration values
  • Automatic script injection in website footer
  • WordPress.org standards compliant
  • Translation ready

Configuration

  1. Go to Settings > Redacto Cookie Consent
  2. Enter your Domain
  3. Enter your Organization UUID
  4. Enter your Workspace UUID
  5. Click „Save Settings“

The script will automatically be added to your website footer once all fields are configured.

External services

This plugin integrates with external services provided by Redacto:

API Service: https://api.redacto.tech

The plugin may communicate with the Redacto API service to verify domain configuration. When domain verification is performed, the following data is sent:

  • Domain URL (the configured website domain)
  • Organization UUID (your Redacto organization identifier)
  • Workspace UUID (your Redacto workspace identifier)
  • API Key (for authentication, if provided)

This verification occurs server-side when domain validation is requested through the plugin’s admin interface. The API is used to ensure that the configured domain matches your Redacto account settings.

CDN Service: https://cdn.redacto.io

The plugin loads the Redacto Cookie Consent script from the Redacto CDN. The script URL includes your configured domain, organization UUID, and workspace UUID as query parameters. This script is loaded on the frontend of your website to display the cookie consent banner.

Privacy and Terms

For information about how Redacto handles data, please refer to:
* Privacy Policy: https://www.redacto.ai/en-in/privacy-policy
* Terms of Service: https://www.redacto.ai/en-in/terms-and-conditions-initial

Screenshots

  • Settings page with configuration fields

Installation

Automatic Installation

  1. Log in to your WordPress admin panel
  2. Navigate to Plugins > Add New
  3. Search for „Redacto Cookie Consent“
  4. Click „Install Now“
  5. Click „Activate“

Manual Installation

  1. Upload the redacto-cookie-consent folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‚Plugins‘ menu in WordPress
  3. Go to Settings > Redacto Cookie Consent to configure

FAQ

Where do I find my Organization UUID and Workspace UUID?

These values are provided by Redacto when you set up your account.

Will the script load if I don’t fill all fields?

No, the script will only load when all three fields (Domain, Organization UUID, and Workspace UUID) are filled in.

Can I use this plugin on multiple sites?

Yes, you can use this plugin on multiple WordPress sites. Each site will need its own configuration.

Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

Mitwirkende und Entwickler

„Redacto Cookie Consent“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Änderungsprotokoll

1.0.0

  • Fixed sanitization functions for register_setting() callbacks
  • Improved domain validation using esc_url_raw() and sanitize_url()
  • Enhanced UUID validation with strict whitelisting
  • Added proper translators comments for translatable strings
  • Updated tested up to WordPress 6.9

1.0.0

  • Initial release
  • Settings page with Domain, Organization UUID, and Workspace UUID fields
  • Automatic script injection in footer
  • WordPress.org standards compliant