mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix some 'nosniff' tests
This commit is contained in:
parent
d14628d2ea
commit
3b3824078d
4 changed files with 182 additions and 15 deletions
|
@ -33,9 +33,11 @@ pub mod resource_thread;
|
|||
mod storage_thread;
|
||||
pub mod subresource_integrity;
|
||||
mod websocket_loader;
|
||||
|
||||
/// An implementation of the [Fetch specification](https://fetch.spec.whatwg.org/)
|
||||
pub mod fetch {
|
||||
pub mod cors_cache;
|
||||
pub mod headers;
|
||||
pub mod methods;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue