| Summary: | Enable first party for cookies check on Linux | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alex Christensen <achristensen> |
| Component: | WebKit Process Model | Assignee: | Carlos Garcia Campos <cgarcia> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, Hironori.Fujii, philn, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 248033 | ||
| Bug Blocks: | |||
|
Description
Alex Christensen
2022-11-09 12:31:41 PST
Pull request: https://github.com/WebKit/WebKit/pull/6314 gtk-wk2 EWS reported: <https://ews-build.webkit.org/#/builders/35/builds/30987> > Found 15 new test failures: > http/tests/contentextensions/video-element-resource-type.html, > http/tests/media/video-auth-with-allowCrossOriginSubresourcesToAskForCredentials.html, > http/tests/security/canvas-remote-read-remote-video-blocked-no-crossorigin.html, > http/tests/security/canvas-remote-read-remote-video-hls.html, > http/tests/security/canvas-remote-read-remote-video-localhost.html, > http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-audio.html, > http/tests/security/local-video-source-from-remote.html, > http/tests/security/video-cross-origin-accessfailure.html, > http/tests/security/video-cross-origin-caching.html, > http/tests/security/webaudio-render-remote-audio-allowed-crossorigin-redirect.html > ... They have video/audio elements using cross origin resources. They should have correct firstPartyForCookies. request.setFirstPartyForCookies is called here. https://github.com/WebKit/WebKit/blob/d30c0aeee94bcc5f57bfe808c4d379fe6fb575a4/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp#L651 Pull request: https://github.com/WebKit/WebKit/pull/7438 Committed 258186@main (59d042a7a674): <https://commits.webkit.org/258186@main> Reviewed commits have been landed. Closing PR #6314 and removing active labels. |