Changelog

Removed

JavaScript Tag 5.1.3

  • Fix empty cookie value sent with JS payloads when sessionByHeader option is used and document.cookie doesn't return any cookie

React Native + Fetch 2.0.0

  • Add support for React Native's New Architecture
  • Remove the need for props when instantiating a DataDomeModal component
    • Before: <DataDomeModal onRef={ref => (DataDome.getInstance().setContainerViewRef(ref))} />
    • After: <DataDomeModal />

React Native + Axios 2.0.0

  • Add support for React Native's New Architecture
  • Remove the need for props when instantiating a DataDomeModal component
    • Before: <DataDomeModal onRef={ref => (DataDome.getInstance().setContainerViewRef(ref))} />
    • After: <DataDomeModal />
  • Use Java's CookieManager on Android
  • Remove @react-native-async-storage/async-storage from peer dependencies

Java module 2.1.0

  • Add use_forwarded configuration to use the forwarded header value to override x-forwarded-* values

Fastly module 2.25.0

  • Exclude requests from DataDome protection when including a x-datadome-skip-detection header with the request ID (see FAQ section)

Fraud SDK Go v1.2.1

  • Fix the case of the XRealIP in the JSON payload to the Account Protect API