React Native + Axios 2.0.1
3 months ago by Alexandre Brispot
- Update dependency to
axiosversion 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
3 months ago by Dara Hak
- Fix empty cookie value sent with JS payloads when
sessionByHeaderoption is used anddocument.cookiedoesn't return any cookie
Android SDK 3.0.2
3 months ago by Yvan Rajaonarivony
- Fix ProGuard configuration to correctly resolve
common-proguard-rules.proby 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
3 months ago by Riberon-Piatyszek Léo
- Add missing fields
From,TrueClientIP, andViato the Protection API payload - Correct casing of
SecCHDeviceMemoryin the Protection API payload - Update dependencies to address security vulnerabilities
Android SDK 3.0.1
4 months ago by Ghada Lahouar
- Collect additional signal to improve identification of sessions
- Remove transitive dependency to
com.infstory:proguard-annotationsand improve Proguard configuration to reduce compilation times with the SDK - Add missing
Accept-Languageheaders when the challenge webview reloads the page to maintain the language defined with thesetResponsePageLanguagemethod
Java module 2.1.1
4 months ago by ReadMe API
- Add
useForwardedparameter to handle theforwardedheader value with Vert.x - Update log level to
warningfor closing connection to DataDome to avoid unnecessary alerts
removed
JavaScript Tag 5.1.3
4 months ago by Dara Hak
- Fix empty cookie value sent with JS payloads when
sessionByHeaderoption is used anddocument.cookiedoesn't return any cookie
React Native + Fetch 2.0.0
4 months ago by Alexandre Brispot
- Add support for React Native's New Architecture
- Remove the need for props when instantiating a
DataDomeModalcomponent- Before:
<DataDomeModal onRef={ref => (DataDome.getInstance().setContainerViewRef(ref))} /> - After:
<DataDomeModal />
- Before:
React Native + Axios 2.0.0
4 months ago by Alexandre Brispot
- Add support for React Native's New Architecture
- Remove the need for props when instantiating a
DataDomeModalcomponent- Before:
<DataDomeModal onRef={ref => (DataDome.getInstance().setContainerViewRef(ref))} /> - After:
<DataDomeModal />
- Before:
- Use Java's
CookieManageron Android - Remove
@react-native-async-storage/async-storagefrom peer dependencies
