mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Restrict font loads to known MIME types.
This commit is contained in:
parent
1e81b8c133
commit
e17e553f04
6 changed files with 39 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue