igops

Results 9 comments of igops

I'm using the latest version and don't have such problem. Don't know how the cache invalidation works here but maybe u haven't set up [correct permissions](https://symfony.com/doc/current/setup/file_permissions.html)? Also, make sure u...

@ibizaman great stuff! +1 for merging into the main branch from me! I was going to make a similar fork by myself. However, my idea was to keep a configuration...

After a small investigation I found out that loading reCAPTCHA V3 along with V2 breaks the latter. A script loaded for V2: `https://recaptcha.net/recaptcha/api.js?render=explicit` A script loaded for V3: `https://www.google.com/recaptcha/api.js?render=xxxxxxxxxxxxxxxxx` When...

@sarneeh hi Jacob, thank you for your response. I'm not a front-end engineer, but I suspect this issue is probably out of scope of Reaptcha. Literally, Google scripts conflict with...

Hi @zlh-source, please take a look at the [topology diagram](https://github.com/igops/ngrok-skip-browser-warning?tab=readme-ov-file#solution). The docker container must be run on that device from where you send requests to ngrok (device A). Implying ngrok...

Hi @shillingg, In your first case, you should use just https://ngrok.localhost.direct:8443 on the machine, *from were you send the requests to ngrok*. No need to add `/5e6b-66-30-112-86.ngrok-free.app` to the requests....

Hi @HGJsgithub, Apologies for the delayed reply. It looks like the maintainers of _localhost.direct_ have changed their terms, so the certificate is no longer free (right, @Upinel?). A quick workaround...