Bug 300846
| Summary: | REGRESSION: Media control icons can be blocked by the content blocker after 299342@main | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Carlson <eric.carlson> |
| Component: | Media | Assignee: | Eric Carlson <eric.carlson> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Eric Carlson
299342@main switched from using a `data:` url for the images in media control buttons to loading a native image from the file system, creating a `blob:` url, and using that to set an <image> element's src attribute. Images loaded for the default media controls are exempt from CORS checks but they are subject to content blocker rules, so applications that configure the content blocker to disallow `blob:` urls have no images in the default media controls.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eric Carlson
rdar://161674785
Eric Carlson
Pull request: https://github.com/WebKit/WebKit/pull/52428
EWS
Committed 301602@main (3da2cfe70568): <https://commits.webkit.org/301602@main>
Reviewed commits have been landed. Closing PR #52428 and removing active labels.