From 44c80d5b188311e61e0da06f646b688a6dcb1dbf Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Wed, 26 Oct 2016 16:42:10 +0200 Subject: Ignore the Content-Type header completely for @font-face. This matches the previous default (network.mime.sniff off) behaviour in all but one case: we will now accept a font without a `Content-Type` header, which would previously have been ignored. --- components/gfx/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'components/gfx/lib.rs') diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs index 01cb4da8689..5f831715f29 100644 --- a/components/gfx/lib.rs +++ b/components/gfx/lib.rs @@ -62,7 +62,6 @@ extern crate lazy_static; extern crate libc; #[macro_use] extern crate log; -extern crate mime; extern crate msg; extern crate net_traits; extern crate ordered_float; -- cgit v1.2.3