Fasterize

DataDome Fasterize integration detects and protects against bot activity.

Fasterize is a SaaS website acceleration solution that integrates DataDome.

Fasterize receives the HTTP request (1) and before fetching pages/resources from the origin server (2), DataDome is called to make sure the traffic is legit.

Requirements

  • Access to your Fasterize dashboard
  • Access to your DataDome keys

Installation

1 - Connect to the Fasterize dashboard, log in and select your project:

2 - Click on Applications and DataDome:

4 - Add your server-side and client-side keys from DataDome. Both keys can be found in our Dashboard. Click on Injecter le script DataDome (DataDome's JavaScript tag will be injected in all your pages to collect client-side signals)

5 - Confirm the changes. Click on Sauvegarder

Once the change is deployed, DataDome is enabled. You will see the traffic on your DataDome dashboard.

Settings

The available settings on the DataDome application can be configured on the Fasterize dashboard.

Path or URL Exclusion

📘

Default static-asset exclusion

By default, the module is excluding every static-assets that match the following regex.

\\.(avi|avif|bmp|css|eot|flac|flv|gif|gz|ico|jpeg|jpg|js|json|less|map|mka|mkv|mov|mp3|mp4|mpeg|mpg|ogg|ogm|opus|otf|png|svg|svgz|swf|ttf|wav|webm|webp|woff|woff2|xml|zip)$

You can add one path or URL on each line: any request matching those lines is not going to be sent to DataDome.

Each line will be used for a substring match with the URL. For example, /test/ can match with /route/test/, /route/test/api, or /test/staging.

You can also use a regular expression to exclude or include additional paths.
For example, .*\.xml will match every static-asset that ends with .xml.

DataDome Script (JS Tag) options

Please check this page for the options that can be used with the DataDome script (JS Tag).

798

DataDome Script (JS Tag) options

Troubleshooting

  • If you find any problems or the solution is not working, please contact your Fasterize CSM.
  • Fasterize will review and check your configuration.
  • They will reach DataDome for you, if needed.

Did this page help you?