-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b4cc07a
commit 1eb0f3a
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |