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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -394,6 +394,7 @@ BunkerWeb UI supports multiple languages. Translations are managed in the `src/u
394
394
- Chinese (zh)
395
395
- German (de)
396
396
- Italian (it)
397
+
- Turkish (tr)
397
398
398
399
See the [locales/README.md](https://github.com/bunkerity/bunkerweb/raw/v1.6.2/src/ui/app/static/locales/README.md) for details on translation provenance and review status.
- Downgrade BunkerWeb to the previous version by following the same steps as when upgrading BunkerWeb in the [integration Linux page](integrations.md#linux)
348
364
349
365
## Upgrade from 1.5.X
@@ -577,7 +593,7 @@ We added a **namespace** feature to the autoconf integrations. Namespaces allow
- Downgrade BunkerWeb to the previous version by following the same steps as when upgrading BunkerWeb in the [integration Linux page](integrations.md#linux)
Copy file name to clipboardExpand all lines: src/common/core/antibot/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Attackers often use automated tools (bots) to try and exploit your website. To p
11
11
12
12
Follow these steps to enable and configure the Antibot feature:
13
13
14
-
1.**Choose a challenge type:** Decide which type of antibot challenge to use (e.g., [captcha](#__tabbed_1_3), [hcaptcha](#__tabbed_1_5), [javascript](#__tabbed_1_2)).
14
+
1.**Choose a challenge type:** Decide which type of antibot challenge to use (e.g., [captcha](#__tabbed_3_3), [hcaptcha](#__tabbed_3_5), [javascript](#__tabbed_3_2)).
15
15
2.**Enable the feature:** Set the `USE_ANTIBOT` setting to your chosen challenge type in your BunkerWeb configuration.
16
16
3.**Configure the settings:** Adjust the other `ANTIBOT_*` settings as needed. For reCAPTCHA, hCaptcha, Turnstile, and mCaptcha, you must create an account with the respective service and obtain API keys.
17
17
4.**Important:** Ensure the `ANTIBOT_URI` is a unique URL on your site that is not in use.
0 commit comments