You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found that the test suite for connect-src has multiple competing pass states which should be addressed, I've raised web-platform-tests/wpt#50387 on WPT but wanted to bring it to this groups attention too.
This leads to a current situation where WebKit throws for EventSource when it shouldn't be (per Firefox and Chromium and I think the spec see #120 ).
WebKit and Firefox both also throw for WebSocket when they shouldn't be.
Idk if there are other examples of real interop issues as a result but there could be.