You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Please also check the documentation on how to integrate Zen with your used web framework.
20
20
21
-
## Blocking mode
22
-
23
-
By default, the firewall will run in non-blocking mode. When it detects an attack, the attack will be reported to Aikido if the environment variable `AIKIDO_TOKEN` is set and continue executing the call.
24
-
25
-
You can enable blocking mode by setting the environment variable `AIKIDO_BLOCK` to `true`:
26
-
27
-
```sh
28
-
AIKIDO_BLOCK=true node app.js
29
-
```
30
-
31
-
It's recommended to enable this on your staging environment for a considerable amount of time before enabling it on your production environment (e.g. one week).
32
-
33
21
## Known issues
34
22
35
23
- The app might crash on startup if used together with some packages that use the Node.js Asynchronous Module Customization Hooks, like Sentry or OpenTelemetry, due to bugs in Node.js itself.
0 commit comments