Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ To finish, you have to set up the [Rules Engine](/en/documentation/products/secu
The ALTCHA function accepts the following JSON configuration arguments.

```json
[{
{
"cookie_secret": "string",
"cookie_max_age": 86400,
"status_code": 200,
Expand All @@ -116,7 +116,7 @@ The ALTCHA function accepts the following JSON configuration arguments.
"error_text": "#dc3545"
},
"custom_html": "Custom HTML"
}]
}
```

### Configuration parameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Para finalizar, você deve configurar o [Rules Engine](/pt-br/documentacao/produ
A função ALTCHA aceita os seguintes argumentos de configuração no formato JSON.

```json
[{
{
"cookie_secret": "string",
"cookie_max_age": 86400,
"status_code": 200,
Expand All @@ -113,7 +113,7 @@ A função ALTCHA aceita os seguintes argumentos de configuração no formato JS
"error_text": "#dc3545"
},
"custom_html": "HTML personalizado"
}]
}
```

### Parâmetros de Configuração
Expand Down