FingerprintGeneratorOptions
Hierarchy
- Partial<FingerprintOptionsOriginal>
- FingerprintGeneratorOptions
Index
Properties
externaloptionalbrowserListQuery
externaloptionalbrowsers
List of BrowserSpecifications to generate the headers for,
or one of chrome
, edge
, firefox
and safari
.
externaloptionaldevices
List of devices to generate the headers for.
externaloptionalhttpVersion
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.
externaloptionallocales
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
.
externaloptionalmockWebRTC
externaloptionaloperatingSystems
List of operating systems to generate the headers for.
externaloptionalscreen
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
externaloptionalslim
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.
externaloptionalstrict
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.