mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Obey Strict-Transport-Security header
This commit is contained in:
parent
42a9756df0
commit
c44579018a
3 changed files with 32 additions and 10 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue