mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
update the fraud_defense recipe
This commit is contained in:
committed by
Fabien Potencier
parent
aeb5c014bd
commit
4340aa087f
@@ -1,10 +1,11 @@
|
||||
fraud_defense:
|
||||
project_id: '%env(FRAUD_DEFENSE_PROJECT_ID)%'
|
||||
api_key: '%env(FRAUD_DEFENSE_API_KEY)%'
|
||||
site_key: '%env(FRAUD_DEFENSE_SITE_KEY)%'
|
||||
# At least one of site_key / checkbox_site_key is required.
|
||||
site_key: '%env(FRAUD_DEFENSE_SITE_KEY)%'
|
||||
# checkbox_site_key: '%env(FRAUD_DEFENSE_CHECKBOX_SITE_KEY)%'
|
||||
min_score: 0.5
|
||||
fail_on_api_error: true
|
||||
# checkbox_site_key: '%env(FRAUD_DEFENSE_CHECKBOX_SITE_KEY)%'
|
||||
# expected_hostname: 'www.example.com'
|
||||
# transaction_defense:
|
||||
# enabled: true
|
||||
|
||||
Reference in New Issue
Block a user