diff options
Diffstat (limited to 'components/net/hsts.rs')
-rw-r--r-- | components/net/hsts.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/hsts.rs b/components/net/hsts.rs index 681e754fd76..2d521cac821 100644 --- a/components/net/hsts.rs +++ b/components/net/hsts.rs @@ -144,7 +144,7 @@ impl HstsList { } } - /// Step 2.9 of https://fetch.spec.whatwg.org/#concept-main-fetch. + /// Step 2.9 of <https://fetch.spec.whatwg.org/#concept-main-fetch>. pub fn apply_hsts_rules(&self, url: &mut ServoUrl) { if url.scheme() != "http" && url.scheme() != "ws" { return; |