Bug 131484
Summary: | Decide whether to use preflight for cross-origin video resources | ||
---|---|---|---|
Product: | WebKit | Reporter: | youenn fablet <youennf> |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | annevk, ap, eric.carlson, jer.noble, jonlee |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=63460 |
youenn fablet
When retrieving a video resource, WebKit GStreamer layer is adding some headers (Range, icy-metadata, transferMode.dlna).
It should be decided whether preflight mode should be used or not in that case.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
youenn fablet
Blink had some discussions on that: https://code.google.com/p/chromium/issues/detail?id=173727
They decided to not use preflight.