(function () { 'use strict'; // Never show on the client portal — clients have a full chatbox already if (window.location.pathname.indexOf('/client/') === 0 || window.location.pathname === '/client') { return; } // ── Allowed URLs check ─────────────────────────────────────────────────── // If a list of allowed pages is configured, bail out on non-matching pages. // Empty list = show widget everywhere (default behaviour).