Restrict font loads to known MIME types.

This commit is contained in:
Josh Matthews 2015-10-25 11:46:33 -04:00
parent 1e81b8c133
commit e17e553f04
6 changed files with 39 additions and 2 deletions

View file

@ -53,6 +53,7 @@ extern crate lazy_static;
extern crate libc;
#[macro_use]
extern crate log;
extern crate mime;
extern crate msg;
extern crate net_traits;
#[macro_use]