mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -126,6 +126,7 @@ impl<'a> LayoutContext<'a> {
|
|||
let result = self.image_cache.find_image_or_metadata(
|
||||
url.clone(),
|
||||
self.origin.clone(),
|
||||
None,
|
||||
use_placeholder,
|
||||
can_request,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue