mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement referrer policy for dom worker construction (#34192)
Signed-off-by: Shane Handley <shanehandley@fastmail.com>
This commit is contained in:
parent
6c1cd56e52
commit
da462d0fcd
60 changed files with 25 additions and 381 deletions
|
@ -118,7 +118,7 @@ impl ServiceWorkerRegistration {
|
|||
Referrer::ReferrerUrl(url) => Some(url),
|
||||
_ => None,
|
||||
},
|
||||
referrer_policy: Some(global.policy_container().referrer_policy),
|
||||
referrer_policy: global.get_referrer_policy(),
|
||||
pipeline_id: global.pipeline_id(),
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue