Skip to content

Commit

Permalink
spam protection settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mediabeastnz authored Jan 26, 2017
1 parent b4cc07a commit 1eb0f3a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mysite/_config/spamprotection.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FormSpamProtectionExtension:
default_spam_protector: NocaptchaProtector
NocaptchaField:
site_key: "" #Your site key (required)
secret_key: "" #Your secret key (required)
verify_ssl: true #Allows you to disable php-curl's SSL peer verification by setting this to false (optional, defaults to true)
default_theme: "light" #Default theme color (optional, light or dark, defaults to light)
default_type: "image" #Default captcha type (optional, image or audio, defaults to image)
default_size: "normal" #Default size (optional, normal or compact, defaults to normal)

0 comments on commit 1eb0f3a

Please sign in to comment.