Skip to content

Commit 7125621

Browse files
committed
Add comment about reCAPTCHA v3
1 parent 38f5158 commit 7125621

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup/env-variables/backend-env-variables.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -435,15 +435,15 @@ See the [Time format](backend-env-variables.md#time-format) section for more inf
435435
## <mark style="background-color:orange;">CSV Export</mark>
436436

437437
{% hint style="info" %}
438-
reCAPTCHA v2 and v3 keys for CSV export page. Do not use both v2/v3 keys. Only one version of reCAPTCHA should be used.
438+
reCAPTCHA v2 and v3 keys for CSV export page. Do not use both v2/v3 keys. Only one version of reCAPTCHA should be used. Use Invisible reCAPTCHA v2 for the latest versions. reCAPTCHA v3 support may be discontinued in future updates.
439439
{% endhint %}
440440

441441
| Variable | Description | Parameters |
442442
| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
443443
| `RE_CAPTCHA_SECRET_KEY` | Google reCAPTCHA v2 secret key. Used by advanced CSV export. Implemented in [#4747](https://github.com/blockscout/blockscout/pull/4747) | <p>Version: v4.0.0+<br>Default: (empty)<br>Applications: API</p> |
444444
| `RE_CAPTCHA_CLIENT_KEY` | Google reCAPTCHA v2 client key. Used by advanced CSV export. Implemented in [#4747](https://github.com/blockscout/blockscout/pull/4747) | <p>Version: v4.0.0+<br>Default: (empty)<br>Applications: API</p> |
445-
| `RE_CAPTCHA_V3_SECRET_KEY` | Google reCAPTCHA v3 secret key. Used by advanced CSV export. Implemented in [#7273](https://github.com/blockscout/blockscout/pull/7273) | <p>Version: v5.1.4+<br>Default: (empty)<br>Applications: API</p> |
446-
| `RE_CAPTCHA_V3_CLIENT_KEY` | Google reCAPTCHA v3 client key. Used by advanced CSV export. Implemented in [#7273](https://github.com/blockscout/blockscout/pull/7273) | <p>Version: v5.1.4+<br>Default: (empty)<br>Applications: API</p> |
445+
| `RE_CAPTCHA_V3_SECRET_KEY` | **Only compatible with frontend version v1.36.x. For later versions, use Invisible reCAPTCHA v2.** Google reCAPTCHA v3 secret key. Used by advanced CSV export. Implemented in [#7273](https://github.com/blockscout/blockscout/pull/7273) | <p>Version: v5.1.4+<br>Default: (empty)<br>Applications: API</p> |
446+
| `RE_CAPTCHA_V3_CLIENT_KEY` | **Only compatible with frontend version v1.36.x. For later versions, use Invisible reCAPTCHA v2.** Google reCAPTCHA v3 client key. Used by advanced CSV export. Implemented in [#7273](https://github.com/blockscout/blockscout/pull/7273) | <p>Version: v5.1.4+<br>Default: (empty)<br>Applications: API</p> |
447447
| `RE_CAPTCHA_DISABLED` | Disable reCAPTCHA. Implemented in [#7416](https://github.com/blockscout/blockscout/pull/7416) | <p>Version: v5.1.5+<br>Default: <code>false</code><br>Applications: API</p> |
448448
| `RE_CAPTCHA_CHECK_HOSTNAME` | Disable reCAPTCHA hostname check. More details on [reCaptcha docs](https://developers.google.com/recaptcha/docs/domain_validation). Implemented in [#10706](https://github.com/blockscout/blockscout/pull/10706) | <p>Version: v6.9.0+<br>Default: <code>false</code><br>Applications: API</p> |
449449
| `CSV_EXPORT_LIMIT` | Changes max number of rows in CSV export. Implemented in [#10497](https://github.com/blockscout/blockscout/pull/10497) | <p>Version: v6.8.0+<br>Default: <code>10000</code><br>Applications: API</p> |

0 commit comments

Comments
 (0)