Skip to content

Commit 28ec04b

Browse files
authored
Update Computer Network.md
1 parent b1eca46 commit 28ec04b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Computer Network.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,7 @@ https://zh.wikipedia.org/wiki/HTTP/3
278278

279279
[你访问的网站是如何自动切换到 HTTPS 的?](https://www.sohu.com/a/136637876_487516)
280280

281-
一种是原始的302跳转,服务器把所有的HTTp流量跳转到HTTPS。但这样有一个漏洞,就是
282-
可能在第一次访问站点的时候就劫持。
281+
一种是原始的302跳转,服务器把所有的HTTp流量跳转到HTTPS。但这样有一个漏洞,就是中间人可能在第一次访问站点的时候就劫持。
283282
解决方法是引入HSTS机制,用户浏览器在访问站点的时候强制使用HTTPS。
284283
</details>
285284

0 commit comments

Comments
 (0)