Cookie support status
GET /api/fingerprint/cookies-enabledCookie support fingerprinting checks navigator.cookieEnabled to detect if cookies are allowed. Most modern browsers enable cookies by default (returns true), but privacy-conscious users, corporate policies, or privacy browsers may disable cookies (returns false). This creates a binary signal that, while low entropy alone, becomes significant when combined with other privacy indicators. Users with cookies disabled often have other privacy settings enabled, creating a privacy-conscious user cluster. The value can change if users modify browser settings but is generally stable.
Move from this collector to the CreepJS signal index, live checker, API docs, and other high-value fingerprinting explainers.