Skip to main content

Software Settings

Software settings control how your browser profile appears to websites through its operating system parameters. While default values typically provide the most natural fingerprint, you may need to customize these settings for specific use cases.

Default Values

We recommend keeping default values unless you have a specific reason to change them, as they provide an optimized fingerprint where all components work together naturally.

JS.Navigator provides websites with information about your device through various JavaScript objects. These parameters work together to create your device's fingerprint.

Masked Mode

  • Provides optimized parameters based on profile's OS and browser
  • Parameters are internally consistent
  • Best for most use cases

Core Parameters

User-Agent

The User-Agent string provides key information about your browser profile. Here's an example breakdown:

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Chrome/131.0.6778.33 Safari/537.36
ComponentValueDescription
BrowserChromeBrowser type
Version131Browser core version
OSWindowsOperating system
OS VersionNT 10.0OS version details
note

Similar User-Agent values across profiles are normal and help blend in with real devices.

Platform and Hardware

ParameterDescriptionExample Values
PlatformBrowser compilation platformWin64, Mac Intel, Linux 686
HardwareConcurrencyAvailable CPU threads2, 4, 6, 8, 12, 16
OSCPU (Firefox-based)OS version stringWindows NT 10.0; Win64; x64; Intel Mac OS X 10.14; Linux x86_64

Port Scan Protection

Applications use ports (0-65535) for communication. While most websites don't scan ports due to legal restrictions, some fingerprint checkers might.

  • Hides actual system ports
  • Provides consistent masked values

Font Data Protection

Websites can identify users through font fingerprinting using two main methods:

Font Metrics

  • Measures unique font characteristics:
    • Size
    • Spacing
    • Character shapes

Font List Enumeration

Uses CSS introspection to detect installed fonts by measuring phrase widths.

  • Provides OS-appropriate font list
  • Maintains consistency with profile
Best Practice

Use masked font data to maintain consistency with your profile's OS while preventing fingerprinting through unique font combinations.