Fixes.
This commit is contained in:
7
.recaptcha-config.php
Normal file
7
.recaptcha-config.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
// Google reCAPTCHA v3 Configuration
|
||||
// IMPORTANT: Replace these with your actual keys from https://www.google.com/recaptcha/admin
|
||||
define('RECAPTCHA_SITE_KEY', '6LcdAtUUAAAAAPX-5YJaWKJmeq7QIMjeLTS7qy6s'); // Replace with your site key
|
||||
define('RECAPTCHA_SECRET_KEY', '6LcdAtUUAAAAANsEDSRbB_-EcCGtCDf5wGuUYj2u'); // Replace with your secret key
|
||||
define('RECAPTCHA_THRESHOLD', 0.5); // Score threshold (0.0 - 1.0), higher is more strict
|
||||
?>
|
||||
Reference in New Issue
Block a user