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
|
@ -532,6 +532,7 @@ impl EventSource {
|
|||
Destination::None,
|
||||
Some(cors_attribute_state),
|
||||
Some(true),
|
||||
global.get_referrer(),
|
||||
)
|
||||
.origin(global.origin().immutable().clone())
|
||||
.pipeline_id(Some(global.pipeline_id()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue