mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
parent
c91c0188f2
commit
6f573d5d44
6 changed files with 248 additions and 189 deletions
|
@ -159,9 +159,6 @@ pub enum ControlMsg {
|
|||
SetCookiesForUrl(Url, String, CookieSource),
|
||||
/// Retrieve the stored cookies for a given URL
|
||||
GetCookiesForUrl(Url, IpcSender<Option<String>>, CookieSource),
|
||||
/// Store a domain's STS information
|
||||
SetHSTSEntryForHost(String, IncludeSubdomains, u64),
|
||||
GetHostMustBeSecured(String, IpcSender<bool>),
|
||||
Exit
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue