FingerprintGeneratorOptions
Hierarchy
- Partial<FingerprintOptionsOriginal>
- FingerprintGeneratorOptions
Index
Properties
externaloptionalinheritedbrowserListQuery
externaloptionalinheritedbrowsers
List of BrowserSpecifications to generate the headers for,
or one of chrome
, edge
, firefox
and safari
.
externaloptionalinheriteddevices
List of devices to generate the headers for.
externaloptionalinheritedhttpVersion
Http version to be used to generate headers (the headers differ depending on the version). Can be either 1 or 2. Default value is 2.
externaloptionalinheritedlocales
List of at most 10 languages to include in the
Accept-Language request header
in the language format accepted by that header, for example en
, en-US
or de
.
externaloptionalinheritedmockWebRTC
externaloptionalinheritedoperatingSystems
List of operating systems to generate the headers for.
externaloptionalinheritedscreen
Defines the screen dimensions of the generated fingerprint.
Note: Using this option can lead to a substantial performance drop (~0.0007s/fingerprint -> ~0.03s/fingerprint)
Type declaration
externaloptionalmaxHeight?: number
externaloptionalmaxWidth?: number
externaloptionalminHeight?: number
externaloptionalminWidth?: number
externaloptionalinheritedslim
Enables the slim mode for the fingerprint injection. This disables some performance-heavy evasions, but might decrease benchmark scores.
Try enabling this if you are experiencing performance issues with the fingerprint injection.
externaloptionalinheritedstrict
If true, the generator will throw an error if it cannot generate headers based on the input.
Browser generation query based on the real world data. For more info see the query docs. If
browserListQuery
is passed thebrowsers
array is ignored.