Rowan Merewood
Rowan Merewood
Indicators templates for: * Network status - online / offiline * Refresh on update / change * Loading indicators
Address opportunities to improve the overall loading time and bandwidth cost of the widget, specifically: - Seemingly 3 transfers of `recaptcha__en.js` at ~90KB per time - Coverage reports at ~73%...
A few changes to see if we can run against PHP 8.
A rough proof of concept that uses a [Cloudflare worker](https://developers.cloudflare.com/workers/) to proxy an incoming request and then transform cookies in the response. This first version will: - Remove any invalid...
[🔎📄➡️ **Preview available here with rendered Markdown** ⬅️](https://github.com/GoogleChromeLabs/samesite-examples/blob/3d-secure-impl/3d-secure.md) rather than the raw diff. We've seen a few issues with `SameSite` cookies and the 3-D Secure verification process at the end...
I saw this was initially covered in #36, but I think it's worth revisiting now. https://github.com/WICG/cookie-store/blob/9a100293eb01c0828fea16d266ea6d410ef6934f/index.bs#L497 The default `SameSite` value is `Strict`. We've made the default treatment for cookies elsewhere...
Provides `navigator.userAgentData` for User-Agent Client Hints values as per https://wicg.github.io/ua-client-hints/
By applying `SameSite=None; Secure` to all cookies you do have the benefit of maintaining their legacy behaviour, however it does mean that you're explicitly marking all cookies for cross-site use....
You have `google/recaptcha` as a dependency. I've recently updated this with a `1.2` release. It *should* be backwards compatible, but obviously you'd want to test that. Happy to respond to...