mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fix HSTS
This commit is contained in:
parent
267ce462d8
commit
68ebecb775
8 changed files with 254 additions and 16 deletions
|
@ -265,7 +265,7 @@ pub fn main_fetch(
|
|||
.hsts_list
|
||||
.read()
|
||||
.unwrap()
|
||||
.switch_known_hsts_host_domain_url_to_https(request.current_url_mut());
|
||||
.apply_hsts_rules(request.current_url_mut());
|
||||
|
||||
// Step 11.
|
||||
// Not applicable: see fetch_async.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue