Explorar o código

Add reCAPTCHA

Amauri CHAMPEAUX %!s(int64=7) %!d(string=hai) anos
pai
achega
bc451eb573
Modificáronse 1 ficheiros con 14 adicións e 0 borrados
  1. 14 0
      tarteaucitron.services.js

+ 14 - 0
tarteaucitron.services.js

@@ -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",