JavaScript Tag 4.43.0

by Jordan FOKOUA
  • Restore the original referrer value on document.referrer after a navigation request is challenged
  • Hide Device Check when using invisible mode to prevent visual glitches

JavaScript Tag 4.42.0

by Jordan FOKOUA
  • Display challenges for XMLHttpRequest requests using arraybuffer response type
  • Internal optimizations

Tyk module 1.3.0

by Riberon-Piatyszek Léo
  • Add datadome_enable_referrer_restoration option to enable the referrer restoration
  • Remove the go-core directory to rely on module-go-package

HAProxy Lua module 1.1.0

by Mickaël Guichard
  • Add support for lua-socket to increase timestamp accuracy from seconds to milliseconds
  • Expose variables txn.dd.ptime and txn.dd.ttime for logging, respectively for processing time of the Bot protection API, and total time spent (processing + headers enrichments)
  • Update payload truncation to follow recommendations for the Protection API
  • Add restore_referrer option to restore Referer header on requests when the original value is replaced by the browser after a challenge
  • Fix function to retrieve cookie header
  • Fix field value for ServerName
  • Fix URL with query params in payload

Go module v1.3.0

by Riberon-Piatyszek Léo
  • Add EnableReferrerRestoration field to enable the referrer restoration
  • Publish package to be importable with go get command