Fix some 'nosniff' tests

This commit is contained in:
Vincent Ricard 2020-11-26 21:02:16 +01:00
parent d14628d2ea
commit 3b3824078d
4 changed files with 182 additions and 15 deletions

View file

@ -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;
}