mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Only use the resource manager's HSTS list.
Simplifies a bunch of stuff.
This commit is contained in:
parent
ffc3877deb
commit
c093ce8a5a
4 changed files with 81 additions and 68 deletions
|
@ -161,6 +161,7 @@ pub enum ControlMsg {
|
|||
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