React Native + Axios 2.0.1
25 days ago by Alexandre Brispot
- Update dependency to
axios
version 1.11.x to resolve the critical vulnerability withform-data
(see https://security.snyk.io/vuln/SNYK-JS-FORMDATA-10841150)
JavaScript Tag 5.1.4
26 days ago by Dara Hak
- Fix empty cookie value sent with JS payloads when
sessionByHeader
option is used anddocument.cookie
doesn't return any cookie
Android SDK 3.0.2
28 days ago by Yvan Rajaonarivony
- Fix ProGuard configuration to correctly resolve
common-proguard-rules.pro
by ensuring its content is merged into the finalproguard.txt
- Fix ProGuard rules to prevent obfuscation of public enum fields
CloudFront Python module 1.3.1
about 1 month ago by Riberon-Piatyszek Léo
- Add missing fields
From
,TrueClientIP
, andVia
to the Protection API payload - Correct casing of
SecCHDeviceMemory
in the Protection API payload - Update dependencies to address security vulnerabilities
Android SDK 3.0.1
about 1 month ago by Ghada Lahouar
- Collect additional signal to improve identification of sessions
- Remove transitive dependency to
com.infstory:proguard-annotations
and improve Proguard configuration to reduce compilation times with the SDK - Add missing
Accept-Language
headers when the challenge webview reloads the page to maintain the language defined with thesetResponsePageLanguage
method
Java module 2.1.1
about 1 month 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
removed
JavaScript Tag 5.1.3
about 1 month 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
about 1 month 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
about 1 month 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