aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/lib.rs
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-10-26 16:42:10 +0200
committerMs2ger <Ms2ger@gmail.com>2016-11-02 16:15:15 +0100
commit44c80d5b188311e61e0da06f646b688a6dcb1dbf (patch)
tree6caa9eec518ba406328122559e2578ea50215561 /components/gfx/lib.rs
parentcff0f01c7076529178f355597e4981cc3fdc9136 (diff)
downloadservo-44c80d5b188311e61e0da06f646b688a6dcb1dbf.tar.gz
servo-44c80d5b188311e61e0da06f646b688a6dcb1dbf.zip
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.
Diffstat (limited to 'components/gfx/lib.rs')
-rw-r--r--components/gfx/lib.rs1
1 files changed, 0 insertions, 1 deletions
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;