Fastly compute module 1.1.0
1 day ago by Mickaël Guichard
- Rename configuration parameter for graphQL support to
datadome_enable_graphql_support
for consistency - Clean payload sent to Bot Protect API to remove fields with empty value
IIS module 3.2.0
2 days ago by Lauro GONCALVES DA ROCHA
- Change requests to Protection API to get
200
status codes on block responses and avoid closing connections on403
responses, optimizing connection time for overall traffic - Increase
BUFFER_RECEIVE
to extend the TCP window length and avoid potential reconnections when certificate is too big - Set default timeout to 150ms
JavaScript Tag 4.43.0
6 days ago 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
7 days ago by Jordan FOKOUA
- Display challenges for
XMLHttpRequest
requests usingarraybuffer
response type - Internal optimizations
Tyk module 1.3.0
14 days ago 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
15 days ago by Mickaël Guichard
- Add support for lua-socket to increase timestamp accuracy from seconds to milliseconds
- Expose variables
txn.dd.ptime
andtxn.dd.ttime
for logging, respectively for processing time of the module and total time spent (processing + round trip with Protection API) - Update payload truncation to follow recommendations for the Protection API
- Add
restore_referrer
option to restoreReferer
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
16 days ago by Riberon-Piatyszek Léo
- Add
EnableReferrerRestoration
field to enable the referrer restoration - Publish package to be importable with
go get
command