There is still nothing for me to do about this. There's multiple ways to implement URL exclusion for service workers. Yours does not appear to be implementing such a method or it's not working as expected. There's only one way to really confirm it's what's causing the problem and that's to temporarily turn it off. If the issue goes away then contact the developer regarding the URL exclusion not working correctly.This issue may arise with all SW use or software in this case.
Please Log in or Create an account to join the conversation.
There's multiple ways to implement URL exclusion for service workers
Please Log in or Create an account to join the conversation.
That is not programmatically invoking the reCaptcha. CB AntiSpam programmatically invokes reCaptcha v3 . Our v2 reCaptcha implementation does the same thing with explicit rendering . It has to as it has to bind to the validation behavior of our forms. The invoking function is not being called due to your service workers interruption. This could also be why CB AntiSpam reCaptcha is failing due to multiple reCaptcha JS loading in. The easiest way for a service worker to exclude certain URLs is to simply return false when matching those URLs in its fetch event handler.Again there is absolutely no issues with Google Recaptcha and service workers used for instance in Acymailing or other components. Try activ-ha.com/france-humanitaire and click on Faire un don, then try to send to trigger Google Recaptcha
Please Log in or Create an account to join the conversation.
If you need this advanced level of development then consider a business membership and we can look into adjusting things to fit your specific needs.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I don't know what to tell you. With it off CB AntiSpam works fine. With it on CB AntiSpam is broken. You're using ajax based captcha mode. Maybe your service worker doesn't like the extra ajax calls. Within CB AntiSpam > Parameters > Captcha > Modes > Internal > General set Ajax to Disable. Now purge all cache and retry to see if that helps. This will allow the captcha HTML to render in normally and eliminate that ajax call.We need more help here as the serviceworker coder does not understand neither
Beat is working through the quotes. Sorry for the delay. Takes awhile to figure out what we do and do not have time for.BTW I sent the request for business membership but did not get an answer yet ?
Please Log in or Create an account to join the conversation.