Expire HSTS entries that have exceeded their max-age

servo/servo#6105
This commit is contained in:
Sam Gibson 2015-06-23 11:57:28 -07:00
parent 8d39fb6dcf
commit 15c90a58b2
5 changed files with 68 additions and 4 deletions

View file

@ -8,6 +8,7 @@ extern crate net;
extern crate net_traits;
extern crate url;
extern crate util;
extern crate time;
#[cfg(test)] mod cookie;
#[cfg(test)] mod data_loader;