Rowan Merewood

Results 92 comments of Rowan Merewood
trafficstars

It would also be helpful if you could share the output from the demo page here: https://user-agent-client-hints.glitch.me/javascript.html I did notice though, and I'll look into details on this, `navigator.userAgentData` is...

And to expand, `navigator.userAgentData` requires a secure context, e.g. `https://…`. So, you will not see it available on insecure `http://` pages or internal browser pages as well.

Done: - Test versions for small number of documents and large scale document collections - IDB / idbkeyval lib experiments and improvements! Todo: - Move into templates here and hook...

Done: - Initial search results Todo: - Additional UX for search controls from @mustafa-x

@devnook add any other details!

Please do not post your **secret** key in bug reports. I've removed it from your comment, but please also go to https://www.google.com/recaptcha/admin#list to create a new key.

If you are running automated tests in a staging/development environment, I would suggest creating a mock service for reCAPTCHA. I updated the various [`RequestMethod` classes](https://github.com/google/recaptcha/blob/master/src/ReCaptcha/RequestMethod/Post.php#L49) to accept a `$siteVerifyUrl` parameter...

Scores you see returned on development machines are not reflective of production. If you need a predictable score returned in a given environment, then you should absolutely mock the service...

Would you be able to provide a bit more information about how to reproduce this, please. Preferably a URL and instructions for what to do to see this error in...

Interesting - I'll see if I can reproduce this. As an aside, you do only need to send one nonce value in the response, it's fine for all the elements...