Add warning to uncheck verify origin settings in recaptcha (#68)
* Add warning to uncheck verify origin If verify origin is checked it leads to JS error code 4 * Add screenshot for verify domain settings * Update file name for verify origin settings * Add example image for verify origin * Remove redundant space
This commit is contained in:
parent
c9afbc22c1
commit
0e47c7264f
|
|
@ -20,6 +20,11 @@ invisibility is not possible.
|
|||
Beware that this library only works for Invisible ReCaptcha keys! Make sure to check the Invisible reCAPTCHA option
|
||||
when creating your [API Key](https://www.google.com/recaptcha/admin).
|
||||
|
||||
When using http://localhost domain make sure the `Verify the origin of reCAPTCHA solutions` tickbox is unchecked in Recaptcha Admin Console.
|
||||
|
||||

|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
ReCaptcha is available through [CocoaPods](http://cocoapods.org) and [Carthage](https://github.com/Carthage/Carthage).
|
||||
|
|
@ -42,7 +47,7 @@ extension for the ReCaptcha framework.
|
|||
|
||||
## Usage
|
||||
|
||||
Simply add `ReCaptchaKey` and `ReCaptchaDomain` (with a protocol) to your Info.plist and run:
|
||||
Simply add `ReCaptchaKey` and `ReCaptchaDomain` (with a protocol ex. http:// or https://) to your Info.plist and run:
|
||||
|
||||
``` swift
|
||||
let recaptcha = try? ReCaptcha()
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
Loading…
Reference in New Issue