Obey Strict-Transport-Security header

This commit is contained in:
Sam Gibson 2015-07-24 17:44:04 +10:00
parent 42a9756df0
commit c44579018a
3 changed files with 32 additions and 10 deletions

View file

@ -145,7 +145,7 @@ pub enum ControlMsg {
/// Retrieve the stored cookies for a given URL
GetCookiesForUrl(Url, IpcSender<Option<String>>, CookieSource),
/// Store a domain's STS information
SetHSTSEntryForHost(String, IncludeSubdomains, Option<u64>),
SetHSTSEntryForHost(String, IncludeSubdomains, u64),
Exit
}