servo/components/net/fetch
shanehandley 975e2ae859
Remove referrer policy from document (#34263)
* Remove the referrer policy from document and rely on its policy container

Signed-off-by: Shane Handley <shanehandley@fastmail.com>

* Make ReferrerPolicy non-optional, instead using a new enum value to represent the empty string case

Signed-off-by: Shane Handley <shanehandley@fastmail.com>

* Fix clippy issue

Signed-off-by: Shane Handley <shanehandley@fastmail.com>

* Fix usage of Option<ReferrerPolicy> in unit test

Signed-off-by: Shane Handley <shanehandley@fastmail.com>

---------

Signed-off-by: Shane Handley <shanehandley@fastmail.com>
2024-11-19 12:45:10 +00:00
..
cors_cache.rs net: Stop using legacy time in the HTTP and CORS caches (#33259) 2024-08-30 12:54:02 +00:00
headers.rs Implement fetch metadata headers (#33830) 2024-10-16 04:15:56 +00:00
methods.rs Remove referrer policy from document (#34263) 2024-11-19 12:45:10 +00:00