Skip to main content
andreszs's user avatar
andreszs's user avatar
andreszs's user avatar
andreszs
Developer
  • Member for 14 years, 11 months
  • Last seen this week
awarded
Loading…
Loading…
Loading…
comment
Firebase App Check and reCAPTCHA v3 Enterprise Integration: Billing and Token Reusability
Victor, do you know if the google.com/recaptcha/enterprise.js script introduced any bugs recently? The const token = await grecaptcha.enterprise.execute('KEY_ID', {action: 'LOGIN'}); method always returns a null token, even when setting the proper key, and the token is actually received on a later ajax call after that event.
comment
Invalid site key or not loaded in api.js, Google reCAPTCHA Enterprise
I'm getting a similar problem, in my case the recaptcha badge appears and succeds, but the token is always null. Even when switching from the awkward await method to the standard JS promise, the token returned is null. It seems the function fires too early somehow.
revised
Loading…
Loading…
Loading…
awarded
awarded
awarded
comment
Loading…
comment
comment
Android WebView not loading Mixed Content
@syonip In case of Cordova apps it should be in MainActivity.java as shown in my answer.
answered
Loading…
comment
What are the reasons for cordova to serve app over https?
This also introduced the issue that you can no longer access http APIs due to the mixed-content error message.
comment
"Mixed content blocked" when running an HTTP AJAX operation in an HTTPS page
This "fix" is exactly the same as switching your URL from http to https. If the user needs http alone due to invalid SSL certificates, this will fail.
comment
skip current iteration
The bad practice is to set wrong names to statements such as this... continue here actually means skip.
1
2 3 4 5
46