[webkit-changes] [WebKit/WebKit] 2f0993: [Cocoa] Redact "Referer" header from options passe...

Jer Noble noreply at github.com
Tue Dec 17 09:06:12 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2f0993d2c975de70aa75ccbe0dd5e5861b6a8772
      https://github.com/WebKit/WebKit/commit/2f0993d2c975de70aa75ccbe0dd5e5861b6a8772
  Author: Jer Noble <jer.noble at apple.com>
  Date:   2024-12-17 (Tue, 17 Dec 2024)

  Changed paths:
    M Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm

  Log Message:
  -----------
  [Cocoa] Redact "Referer" header from options passed to -[AVURLAsset initWithURL:options:]
https://bugs.webkit.org/show_bug.cgi?id=284664
rdar://141288579

Reviewed by Eric Carlson.

After adding support for loading via WebCoreNSURLSession, it is no longer necessary to
add specific HTTP headers at asset creation time, as they will be added by the ResourceLoader
before issuing a request.

* Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm:
(WebCore::MediaPlayerPrivateAVFoundationObjC::createAVAssetForURL):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list