douglasjunior / react-native-recaptcha-that-works

⚛ A reCAPTCHA bridge for React Native that works (Android and iOS)
MIT License
167 stars 33 forks source link

Chrome Certificate Transparency log list v2 turndown #44

Closed SynoViren closed 1 year ago

SynoViren commented 1 year ago

My app got this warning from playstore: Firstly, gstatic log_list.json will start returning 404 on 2023-06-07 around 10AM UTC+1.

I assume that this lib uses the above URL? Any solution to be implemented?

douglasjunior commented 1 year ago

Can you copy the complete message?

And if possible, any link to Google documentation with instructions to migrate.

douglasjunior commented 1 year ago

The Google documentation still point to https://www.google.com/recaptcha/api.js:

Which we do here:

https://github.com/douglasjunior/react-native-recaptcha-that-works/blob/c63f195130d7cb4c1e04ba0b89f617b6e4243f7b/src/get-template.js#L33-L35

SynoViren commented 1 year ago

Should it be concerning? Also, does it suggest internal migration to v3.

douglasjunior commented 1 year ago

I really don't know, I tried searching for "recaptcha v2 deprecation" and found nothing.