Bug 131484 - Decide whether to use preflight for cross-origin video resources
Summary: Decide whether to use preflight for cross-origin video resources
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-10 01:22 PDT by youenn fablet
Modified: 2016-06-22 13:47 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2014-04-10 01:22:10 PDT
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.
Comment 1 youenn fablet 2014-04-10 01:23:18 PDT
Blink had some discussions on that: https://code.google.com/p/chromium/issues/detail?id=173727
They decided to not use preflight.