window.CREDPIX_BASE_PATH=""; window.CREDPIX_PUBLIC_ORIGIN="https://creditofacil.lol"; (function (win) { 'use strict'; function normalizeBase(raw) { if (raw === null || raw === undefined) return ''; var p = String(raw).trim(); if (!p || p === '/' || p === 'auto') return ''; if (p.charAt(0) !== '/') p = '/' + p; if (p.length > 1 && p.charAt(p.length - 1) === '/') p = p.slice(0, -1); return p; } function baseToSlug(base) { return base ? base.replace(/\//g, '_') : '_root'; } function storageKey(name) { return 'credpix_' + String(name || ''); } win.CREDPIX_PUBLIC_ORIGIN = win.CREDPIX_PUBLIC_ORIGIN || (win.location ? win.location.origin : ''); win.CREDPIX_BASE_PATH = ''; win.credpixGetBasePath = function () { return ''; }; win.credpixLockBasePath = function (base) { return ''; }; win.credpixStorageKey = storageKey; win.credpixCookiePath = function () { return '/'; }; })(window);