feat: add Pulse to referrer registry — shows 'Pulse' with logo for pulse.ciphera.net and pulse-staging.ciphera.net

This commit is contained in:
Usman Baig
2026-03-28 00:05:51 +01:00
parent 0af290dc0b
commit 94f9db9e51

View File

@@ -174,6 +174,9 @@ const REFERRER_REGISTRY: Record<string, ReferrerEntry> = {
// ── Browsers as referrers ──
googlechrome: { display: 'Google Chrome', icon: () => <img src="/icons/browsers/chrome.svg" alt="Chrome" width={16} height={16} className="inline-block" />, hostnames: ['googlechrome.github.io'] },
// ── Ciphera products ──
pulse: { display: 'Pulse', icon: () => <img src="/pulse_icon_no_margins.png" alt="Pulse" width={16} height={16} className="inline-block" />, hostnames: ['pulse.ciphera.net', 'pulse-staging.ciphera.net'] },
}
// ── Derived lookup maps (built once at module load) ──