Browser-specific features
GET /api/fingerprint/vendor-flavorsVendor flavors fingerprinting detects browser-specific objects, prefixes, and proprietary APIs that distinguish browsers. Chrome has window.chrome, Safari has window.safari and window.ApplePaySession, Firefox has window.InstallTrigger (older versions), Edge has window.Windows (older versions). The technique checks for vendor-prefixed APIs: -webkit- (Safari, Chrome), -moz- (Firefox), -ms- (IE/old Edge), -o- (Opera). Testing these creates a browser fingerprint that reveals not just browser family but specific versions and forks. Some privacy tools remove vendor objects, creating inconsistencies detectable as spoofing.
Move from this collector to the CreepJS signal index, live checker, API docs, and other high-value fingerprinting explainers.