mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Fix HSTS
This commit is contained in:
parent
267ce462d8
commit
68ebecb775
8 changed files with 254 additions and 16 deletions
|
@ -459,6 +459,11 @@ mod gen {
|
|||
}
|
||||
},
|
||||
network: {
|
||||
enforce_tls: {
|
||||
enabled: bool,
|
||||
localhost: bool,
|
||||
onion: bool,
|
||||
},
|
||||
http_cache: {
|
||||
#[serde(rename = "network.http-cache.disabled")]
|
||||
disabled: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue