mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Adds control message for HSTS headers
This commit is contained in:
parent
f284181781
commit
795454fb81
2 changed files with 9 additions and 0 deletions
|
@ -126,6 +126,8 @@ pub enum ControlMsg {
|
|||
SetCookiesForUrl(Url, String, CookieSource),
|
||||
/// Retrieve the stored cookies for a given URL
|
||||
GetCookiesForUrl(Url, Sender<Option<String>>, CookieSource),
|
||||
/// Store a domain's STS information
|
||||
SetHSTSEntryForHost(String, bool, Option<u64>),
|
||||
Exit
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue