Java module 2.1.1
about 17 hours ago by ReadMe API
- Add
useForwarded
parameter to handle theforwarded
header value with Vert.x - Update log level to
warning
for closing connection to DataDome to avoid unnecessary alerts
JavaScript Tag 5.1.3
about 18 hours ago by Dara Hak
- Fix empty cookie value sent with JS payloads when
sessionByHeader
option is used anddocument.cookie
doesn't return any cookie
React Native + Fetch 2.0.0
2 days ago by Alexandre Brispot
- 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 />
- Before:
React Native + Axios 2.0.0
2 days ago by Alexandre Brispot
- 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 />
- Before:
- Use Java's
CookieManager
on Android - Remove
@react-native-async-storage/async-storage
from peer dependencies
Google Cloud Load Balancer module 1.2.0
7 days ago by ReadMe API
- Support Service Extensions set up using Google Compute Engine
deprecated
Deprecation of HAPEE integration on August 1st, 2025
12 days ago by Riberon-Piatyszek Léo
As of August 1st, 2025, DataDome will deprecate support for the HAPEE server-side integration.
Java module 2.1.0
12 days ago by Mickaël Guichard
- Add
use_forwarded
configuration to use theforwarded
header value to overridex-forwarded-*
values
Fastly module 2.25.0
13 days ago by ReadMe API
- Exclude requests from DataDome protection when including a
x-datadome-skip-detection
header with the request ID (see FAQ section)