v3.8.4
Posted by Sergey Mostsevenko 3 months ago
- Fix the subdivisions field type in the TypeScript declarations
v3.8.3
Posted by Sergey Mostsevenko 5 months ago
- Add an error constant
ERROR_INVALID_ENDPOINT
which is used then theendpoint
option value is not a valid URL
v3.8.1
Posted by Sergey Mostsevenko 10 months ago
- Add an error constant
ERROR_INTEGRATION_FAILURE
which will be used for errors that happen on the integration side
v3.8.0
Posted by Sergey Mostsevenko 11 months ago
- Fallback endpoint. You can set multiple endpoints; JavaScript agent will try to send the request with the first endpoint, and if the request fails, retry the request with the second endpoint and so on. Supported by all options: scriptUrlPattern, endpoint and tlsEndpoint.
- Placeholder values for cases where you want to use the default endpoint as a fallback endpoint:
FingerprintJS.defaultScriptUrlPattern
for scriptUrlPatternFingerprintJS.defaultEndpoint
for endpointFingerprintJS.defaultTlsEndpoint
for tlsEndpoint
v3.7.1
Posted by Sergey Mostsevenko about 1 year ago
- A new error is thrown when JS agent is blocked by Content Security Policy:
FingerprintJS.ERROR_CSP_BLOCK
. JS agent doesn't retry network requests blocked by CSP. In previous versions a common error was thrown in this case:FingerprintJS.ERROR_NETWORK_CONNECTION
.
v3.7.0
Posted by Sergey Mostsevenko about 1 year ago
- Bot Detection agent is embedded into FingerprintJS Pro agent
- A new
fp.get()
optionproducts
to enable or disable Fingerprint products (Browser Identification, BotDetection)