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

@ -623,6 +623,7 @@ dependencies = [
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"mime 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"msg 0.0.1",
"net_traits 0.0.1",
"plugins 0.0.1",