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

@ -876,6 +876,7 @@ dependencies = [
"net 0.0.1",
"net_traits 0.0.1",
"url 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
"util 0.0.1",
]