UnlimitCookie: Total GDPR, LSSI & Privacy Compliance

Plugin Banner

UnlimitCookie: Total GDPR, LSSI & Privacy Compliance

by delioweb

Download
Description

UnlimitCookie is a professional, lightweight, and unrestricted solution for compliance with GDPR, LSSI-CE, and international privacy laws. It runs entirely on your server—no external services, no traffic limits, no paid upgrades.

Main features:
* Local Consent Logging: Stores proof of consent in your own database (anonymized IP).
* Automatic Script & Iframe Blocking: Blocks third-party scripts (Analytics, Pixels, YouTube, Maps, etc.) until consent.
* Consent Renewal: Forces re-acceptance on policy changes.
* Visual Style Editor: Customize banner text, colors, links from admin.
* Revocation Button: Users can change preferences anytime.
* Export/Import Settings: Easy JSON transfer between sites.
* Optimized Performance: High-priority loading, no impact on Core Web Vitals.

Ideal for sites with high traffic that want full control without paying per visit.

  1. Upload the unlimitcookie folder to /wp-content/plugins/.
  2. Activate through the ‘Plugins’ menu in WordPress.
  3. Go to UnlimitCookie in the sidebar to configure banner, scripts, and styles.
Does it have traffic limits?

No. Fully self-hosted, unlimited visitors.

Does it comply with Spanish LSSI and GDPR?

Yes: Explicit reject button (same visibility as accept), local audit logs, no pre-ticked non-essential cookies.

How to block more scripts?

Add them manually in the admin settings or extend the blocker regex in code.

1.0.3

  • WordPress plugin review fixes:
    • Late escaping for inline scripts using wp_kses_post().
    • Improved output buffer handling (ob_start / ob_end_flush).
    • Clearer placeholders and instructions in textareas for user scripts.
  • Added escaping reinforcement for localize_script (logo_url).

1.0.2

  • Fixed script enqueue: Moved inline scripts to wp_add_inline_script() and used dummy handle for user-added analytics/marketing scripts.
  • Closed ob_start() properly using shutdown hook in blocker class.
  • Removed direct tags in PHP output to comply with WordPress coding standards.

1.0.1

  • Added proper prefixes to all functions, classes, options, constants, and DB table to avoid naming collisions.
  • Closed output buffer properly in blocker.
  • Moved inline scripts to enqueued files with wp_enqueue_script and wp_add_inline_script.

1.0.0

  • Initial release.
Back to top