mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Make url for "client" referrer mandatory
This commit is contained in:
parent
37394a892c
commit
fa18cf620f
38 changed files with 410 additions and 213 deletions
|
@ -189,7 +189,7 @@ impl HTMLVideoElement {
|
|||
) {
|
||||
// Continuation of step 4.
|
||||
let document = document_from_node(self);
|
||||
let request = RequestBuilder::new(poster_url.clone())
|
||||
let request = RequestBuilder::new(poster_url.clone(), document.global().get_referrer())
|
||||
.destination(Destination::Image)
|
||||
.credentials_mode(CredentialsMode::Include)
|
||||
.use_url_credentials(true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue