mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement cross origin resource policy check
I removed the window getter usage from those tests as servo does not support that yet.
This commit is contained in:
parent
6aec2c8594
commit
8249be38c9
14 changed files with 98 additions and 133 deletions
|
@ -61,7 +61,7 @@ pub enum CacheState {
|
|||
}
|
||||
|
||||
/// [Https state](https://fetch.spec.whatwg.org/#concept-response-https-state)
|
||||
#[derive(Clone, Copy, Debug, Deserialize, MallocSizeOf, Serialize)]
|
||||
#[derive(Clone, Copy, Debug, Deserialize, MallocSizeOf, PartialEq, Serialize)]
|
||||
pub enum HttpsState {
|
||||
None,
|
||||
Deprecated,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue