Titouan Rigoudy
Titouan Rigoudy
Any news on this front?
Thanks for the pointer! It seems that the `crossOriginIsolated` + opt-in solution was already raised at the time. That would be the cleanest mitigation indeed. I'm curious to hear about...
Thanks for the replies! I am glad to hear about the existing mitigations. > This should be called out in the specification and explainer's security considerations, and the S&P self-review....
> I think that this may be something worth exploring, but we should consider that even now since the eyedropper requires consumable user activation the user would have to click...
I went looking for the docs for creating time series. Here's what they say about the array of time series objects [1]: > Adds at most one data point to...
Seems that macOS indeed failed to start the additional servers. Windows on the other hand seems to have failed some tests due to them overriding `alternate_hosts` with a value that...
Attempted to fix Windows test failures. Along the way, I changed the way the server config is passed to WebDriver tests. Instead of serializing the whole config in an environment...
Removed the `tox.ini` change, which had a merge conflict.
@foolip I'm not sure. My first thought was that I could download a patch version of this PR, apply it in a Chomium client and run CI jobs on the...
Thanks for the review! I've rebased and made the type annotation more precise, to avoid errors like: ```py foo = environment.get_value_raw('foo', '') bar = foo.split(',') # type checker complains `foo`...