I want to use the data-callback to post to another function the response data. I want to do the following Javascript method: Xojo.triggerServerEvent('<<controlId>>','Action',[grecaptcha.getResponse('<<controlId>>]);return false;") For the callback: grecaptcha.render('<<controlId>>', {'sitekey' : 'siteKey', 'callback': ??? });" I'm not sure how to replace properly input this command into the callback. I would prefer not to reference it as an external method. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Send Voicemail | EnAcCiOn
Contact me using vCita | EnAcCiOn
Contact Form & Online Scheduling by vCita
Contact me using vCita | EnAcCiOn
Meeting Scheduler Powered by vCita
miércoles, 3 de diciembre de 2014
Re: Content Security Policy (CSP) with recaptcha v2
I also had to modify my CSP, so I think it would be nice to have a note in the documentation. Sebastian, are you seeing anything besides "www.gstatic.com"? SeanOn Wednesday, December 3, 2014 10:11:47 AM UTC-8, sebasti...@gmail.com wrote: Hi,as I couldn't find any hints on the official documentation, does anybody know the correct way of using the new recaptcha API with a strict CSP?So far I only found several URLs which have to be whitelisted by trial and error with the developer console of the browser, but that approach is rather error prone as you can easily miss URLs with the large amount of different display options (the memory for mobile devices probably also needs a lot of resources, etc). Especially if the API implementation changes this can cause severe issues.Regards,Sebastian -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Hardening CAPTCHA against attacks - actual people solving the CAPTCHA for mal intent
I was impressed by the new developments to reCAPCHA which use the entire user experience as input for the detection process. As a grad student working on security research I wonder how this impacts the known attacks to CAPCHAs specifically attacks which involve tricking users into solving a CAPCHA on behalf of an attacker through a third party service. There may already be measures in place against this kind of attack since it was published in 2004 (http://bit.ly/1wtAAgG). I think it would be an interesting problem to solve because regardless of how good a CAPTCHA is at detecting bots the loophole of attackers tricking or motivating people to solve CAPTCHAs on their behalf may be significant. Along these lines I have the following questions: Are measures already in place for defeating this kind of attack? (I don't want to spend too much time looking into a problem that is already solved) Are there any measurements / estimates to how much this kind of attack has already been used? (It might not be worth looking into this problem yet if there isn't enough abuse of the loophole to justify the effort) -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: new reCaptcha sample code
Thank you guys!On Wednesday, December 3, 2014 12:15:34 PM UTC-8, Chantelle Jewell wrote: Hello, could someone please provide the sample code for the new recaptcha? Google's wiki HowTo seems out of date, unless it's the same code.http://bit.ly/1BeooC3 you all. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: new reCaptcha sample code
Developer guide: http://bit.ly/1BeoolN you're using php: http://bit.ly/1tNORhf On Wednesday, December 3, 2014 3:15:34 PM UTC-5, Chantelle Jewell wrote: Hello, could someone please provide the sample code for the new recaptcha? Google's wiki HowTo seems out of date, unless it's the same code.http://bit.ly/1BeooC3 you all. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
new reCaptcha sample code
Hello, could someone please provide the sample code for the new recaptcha? Google's wiki HowTo seems out of date, unless it's the same code.http://bit.ly/1tNOQda you all. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Will the new reCAPTCHA automatically work in my sites?
As I now understand it in my situation. I work with WordPress sites and reCAPTCHA is used via the Gravity Forms plugin. As I understand it, in this situation, once Gravity Forms is updated to version 2.0 this new reCAPTCHA feature will be activated. Or I hope so.On Wednesday, December 3, 2014 11:16:48 AM UTC-8, Bence Borovi wrote: I can't find any information about the new API either, but I'd love to use it too. However I don't think it's automatic.On Wednesday, December 3, 2014 8:04:13 PM UTC+1, Priscilla Christian wrote: I just got the announcement email in my inbox. Will the new reCAPTCHA automatically work in my sites if I already have reCAPTCHA working in my sites? If not what do I need to do to get it working? I find links on how to use reCAPTCHA but not able to find instructions about now to adopt this new API.If the transition is automatic, when will I see it on my sites?If not automatic, what must I do to get it to work?Thanks -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Re: Will the new reCAPTCHA automatically work in my sites?
I can't find any information about the new API either, but I'd love to use it too. However I don't think it's automatic.On Wednesday, December 3, 2014 8:04:13 PM UTC+1, Priscilla Christian wrote: I just got the announcement email in my inbox. Will the new reCAPTCHA automatically work in my sites if I already have reCAPTCHA working in my sites? If not what do I need to do to get it working? I find links on how to use reCAPTCHA but not able to find instructions about now to adopt this new API.If the transition is automatic, when will I see it on my sites?If not automatic, what must I do to get it to work?Thanks -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Will the new reCAPTCHA automatically work in my sites?
I just got the announcement email in my inbox. Will the new reCAPTCHA automatically work in my sites if I already have reCAPTCHA working in my sites? If not what do I need to do to get it working? I find links on how to use reCAPTCHA but not able to find instructions about now to adopt this new API.If the transition is automatic, when will I see it on my sites?If not automatic, what must I do to get it to work?Thanks -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
New reCAPTCHA Global API Keys
I'm a developer for a website builder which has hundreds of sites with unique domain names.How can I generate a global API key for the new reCAPTCHA that can serve all of these sites?Will my existing global keys for the older reCAPTCHA work with the new version?I don't see any option for the global keys anymore.Ryan -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Content Security Policy (CSP) with recaptcha v2
Hi,as I couldn't find any hints on the official documentation, does anybody know the correct way of using the new recaptcha API with a strict CSP?So far I only found several URLs which have to be whitelisted by trial and error with the developer console of the browser, but that approach is rather error prone as you can easily miss URLs with the large amount of different display options (the memory for mobile devices probably also needs a lot of resources, etc). Especially if the API implementation changes this can cause severe issues.Regards,Sebastian -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Using new recaptcha with VBulletin
I use reCAPTCHA for my vbulletin site. How can I start using it? D. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
node.js and v2 recaptcha
will node modules that have been made a few years ago like this one, still work with the v2 recaptcha? http://bit.ly/1zR0mZI -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
CAPTCHA based on a classic Computer Vision
How do I enable this feature? http://bit.ly/1ws8HW9 -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.
Suscribirse a:
Entradas (Atom)
EnAcCiOn
Contador Web | EnAcCiOn
EnAcCiOn
-
shows de baile de la colombiana laura en el kilombo (huacho) | EnAcCiOn.Tk ░░░░░░░░░░░░▄▄░░░░░░░░█░█░█░░█░█▀▀░▀█▀░█▀▀ ░░░░░░░░░░░█░░█░░░░...
-
C-C-C CIUCCIA CAZZI DI CAVALLO PAOLO BARRAI DI WMO E BSI ITALIA SRL, UNA VOLTA CACCIATO (E FATTO CONDANNARE A GALERA) DA CITIBANK, PRIMA DI ...
-
Hello, My code works fine a few days ago, but no, I have this problem. Code Example: $(function(){ widgetnu = grecaptcha.render('c...
-
Hi,I have resized it by transform:scale and all seems good until I get the pop-up bubble with pictures (napr.: "choose all cakes" ...
-
Any thoughts on this would be really helpful. Same issue posted in StackOverflow doesn't seem to get a response: I am trying to get Goog...
-
░░░░░░░░░░░░▄▄░░░░░░░░█░█░█░░█░█▀▀░▀█▀░█▀▀ ░░░░░░░░░░░█░░█░░░░░░░█░█░██░█░█▀░░░█░░█▀░ ░░░░░░░░░░░█░░█░░░░░░░▀▄▀░█░▀█░█▄▄░░█░░█▄▄ ░░░░░░░...
-
EL PAÃS compartió una publicación. VÃdeo | Aunque en las pelÃculas no da resultado, se ve que los mensajes en la arena funcionan en la ...
-
Diario El Comercio compartió una publicación. #YouTube Descubren a pedófilo en experimento de niña perdida [#VIDEO] ►http://bit.ly/1h8Up Pe...
EnAcCiOn
EnAcCiOn
Blog Archive | EnAcCiOn
-
►
2013
(1429)
- ► septiembre (156)
-
▼
2014
(1220)
- ► septiembre (43)
-
▼
diciembre
(206)
-
▼
dic 03
(19)
- CAPTCHA based on a classic Computer Vision
- node.js and v2 recaptcha
- Using new recaptcha with VBulletin
- Content Security Policy (CSP) with recaptcha v2
- New reCAPTCHA Global API Keys
- undefined is not a function when calling grecaptch...
- Re: undefined is not a function when calling greca...
- Will the new reCAPTCHA automatically work in my si...
- Re: Will the new reCAPTCHA automatically work in m...
- Re: Will the new reCAPTCHA automatically work in m...
- new reCaptcha sample code
- Re: new reCaptcha sample code
- Re: Using new recaptcha with VBulletin
- Re: new reCaptcha sample code
- Re: Using new recaptcha with VBulletin
- Hardening CAPTCHA against attacks - actual people ...
- Asp.Net Mvc Sample code
- Re: Content Security Policy (CSP) with recaptcha v2
- Help using data-callback to postback response data...
-
▼
dic 03
(19)