feat(captcha): Added some new services 🤖 (#1771)

* feat(captcha): Added some new services

* Updated

* Updated

* Update GoogleCaptchaV2.php

* Updated

* Updated

* Create HCaptcha.php

* Update HCaptcha.php

* Update HCaptcha.php

* Create YandexSmartCaptcha.php

* Update YandexSmartCaptcha.php

* Create CloudflareTurnstileCaptcha.php

* Update CloudflareTurnstileCaptcha.php

* Update config.php

* Update functions.php

* Update functions.php

* Update functions.php

* Update GoogleCaptchaV3.php

* Update GoogleCaptchaV3.php

* Update HCaptcha.php

* Update YandexSmartCaptcha.php

* Update CloudflareTurnstileCaptcha.php

* Updated

* Updated

* Update functions.php

* Updated

* Updated

* Update HCaptcha.php

* Updated

* Updated

* Updated

* Update functions.php

* Update main.php

* Updated

* Update HCaptcha.php

* Update HCaptcha.php

* Update GoogleCaptchaV3.php

* Update GoogleCaptchaV3.php

* Updated

* Updated

* Update GoogleCaptchaV2.php

* Update GoogleCaptchaV2.php
This commit is contained in:
Roman Kelesidis 2025-01-26 12:38:47 +03:00 committed by GitHub
commit d413c71718
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 449 additions and 43 deletions

View file

@ -670,12 +670,12 @@ $bb_cfg['group_avatars'] = [
];
// Captcha
// Get a Google reCAPTCHA API Key: https://www.google.com/recaptcha/admin
$bb_cfg['captcha'] = [
'disabled' => true,
'service' => 'googleV3', // Available services: googleV2, googleV3, hCaptcha, yandex, cloudflare
'public_key' => '',
'secret_key' => '',
'theme' => 'light', // theming (available: light, dark)
'theme' => 'light', // theming (available: light, dark) (working only if supported by captcha service)
];
// Atom feed