[webkit-changes] [WebKit/WebKit] 100773: [GStreamer] Wrong first party for cookies set on e...

Carlos Garcia Campos noreply at github.com
Fri Nov 18 02:54:19 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 10077398852ea8aab7685a672454dc18d9d0d1fa
      https://github.com/WebKit/WebKit/commit/10077398852ea8aab7685a672454dc18d9d0d1fa
  Author: Carlos Garcia Campos <cgarcia at igalia.com>
  Date:   2022-11-18 (Fri, 18 Nov 2022)

  Changed paths:
    M Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp

  Log Message:
  -----------
  [GStreamer] Wrong first party for cookies set on every media request
https://bugs.webkit.org/show_bug.cgi?id=248033

Reviewed by Philippe Normand.

We are always setting the requested url as the first party for cookies,
instead of the document URL. Nowadays we don't need to set the first
party for cookies in the request from the media backend.

* Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:
(webKitWebSrcMakeRequest):

Canonical link: https://commits.webkit.org/256829@main




More information about the webkit-changes mailing list