Enterprise Ready

Security & Trust

Improve.delights is designed from the ground up for Enterprise security, zero-latency edge delivery, and complete data privacy.

← Back Home
πŸ›‘οΈ

Zero PII & Cookieless

We do not use tracking cookies or collect Personally Identifiable Information (PII). Visitor identities are maintained using a privacy-safe, irreversible edge hash generated from generic browser signals.

πŸ•ΈοΈ

Visual Regression Safety Net

Our SDK actively monitors DOM mutations. If an AI-generated layout change causes an element to collapse (0x0 dimensions), the SDK instantaneously reverts the change to the Champion variant, ensuring your site never breaks.

Content Security Policy (CSP)

For strict Enterprise environments, you can whitelist the Improve SDK and data ingestion endpoints using the following CSP directives:

script-src 'self' https://improve.delights.pro;\n connect-src 'self' https://improve.delights.pro;

Explanation of Domains

  • script-src: Allows your site to download and execute the lightweight sdk.js file.
  • connect-src: Allows the SDK to send privacy-safe telemetry (impressions, conversions, revenue) via navigator.sendBeacon() to our edge ingestion API.
πŸ‘€

Human-in-the-loop Guardrails

While our bayesian engine operates autonomously, we understand that brand consistency is paramount. In your Brand Intelligence settings, you can enable "Manual Approval" mode.

When enabled, the engine will still dynamically test variants using Thompson Sampling. However, when a variant reaches your Target Confidence Threshold (e.g. 95%), it will not be automatically promoted to 100% traffic.

Instead, it enters a `Pending Approval` state. Your marketing team will receive an email digest and can review the variant's performance before manually clicking "Approve & Promote" in the dashboard.