Add reCAPTCHA
This commit is contained in:
parent
65f6af288b
commit
bc451eb573
|
|
@ -973,6 +973,20 @@ tarteaucitron.services.jsapi = {
|
|||
}
|
||||
};
|
||||
|
||||
// recaptcha
|
||||
tarteaucitron.services.recaptcha = {
|
||||
"key": "recaptcha",
|
||||
"type": "api",
|
||||
"name": "reCAPTCHA",
|
||||
"uri": "http://www.google.com/policies/privacy/",
|
||||
"needConsent": true,
|
||||
"cookies": ['nid'],
|
||||
"js": function () {
|
||||
"use strict";
|
||||
tarteaucitron.addScript('https://www.google.com/recaptcha/api.js');
|
||||
}
|
||||
};
|
||||
|
||||
// linkedin
|
||||
tarteaucitron.services.linkedin = {
|
||||
"key": "linkedin",
|
||||
|
|
|
|||
Loading…
Reference in New Issue