mirror of
https://github.com/servo/servo.git
synced 2025-07-21 22:33:41 +01:00
Support CORS attributes for image elements.
This commit is contained in:
parent
583536c940
commit
1df8d57dc6
102 changed files with 277 additions and 363 deletions
|
@ -133,6 +133,7 @@ impl HTMLVideoElement {
|
|||
let response = image_cache.find_image_or_metadata(
|
||||
poster_url.clone().into(),
|
||||
window.origin().immutable().clone(),
|
||||
None,
|
||||
UsePlaceholder::No,
|
||||
CanRequestImages::Yes,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue