v3.8.6
about 2 months ago by Sergey Mostsevenko
- Deprecate options tlsEndpoint and disableTls. They are not necessary because of recent improvements to the ad-blocker protection. Just remove them from your JS agent configuration. They will likely be removed in the next major version.
v3.8.4
5 months ago by Sergey Mostsevenko
- Fix the subdivisions field type in the TypeScript declarations
v3.8.3
8 months ago by Sergey Mostsevenko
- Add an error constant
ERROR_INVALID_ENDPOINT
which is used then theendpoint
option value is not a valid URL
v3.8.1
about 1 year ago by Sergey Mostsevenko
- Add an error constant
ERROR_INTEGRATION_FAILURE
which will be used for errors that happen on the integration side
v3.8.0
about 1 year ago by Sergey Mostsevenko
- 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
over 1 year ago by Sergey Mostsevenko
- 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
over 1 year ago by Sergey Mostsevenko
- Bot Detection agent is embedded into FingerprintJS Pro agent
- A new
fp.get()
optionproducts
to enable or disable Fingerprint products (Browser Identification, BotDetection)