From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/glossary/hsts/index.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 files/zh-cn/glossary/hsts/index.html (limited to 'files/zh-cn/glossary/hsts') diff --git a/files/zh-cn/glossary/hsts/index.html b/files/zh-cn/glossary/hsts/index.html new file mode 100644 index 0000000000..495300637d --- /dev/null +++ b/files/zh-cn/glossary/hsts/index.html @@ -0,0 +1,21 @@ +--- +title: HSTS +slug: Glossary/HSTS +tags: + - HTTP + - Security +translation_of: Glossary/HSTS +--- +

HTTP严格传输安全 让网站可以通知浏览器它不应该再使用HTTP加载该网站,而是自动转换该网站的所有的HTTP链接至更安全的HTTPS。它包含在HTTP的协议头 {{HTTPHeader("Strict-Transport-Security")}} 中,在服务器返回资源时带上。

+ +

换句话说,它告诉浏览器将URL协议从HTTP更改为HTTPS(会更安全),并要求浏览器对每个请求执行此操作。

+ +
+

了解更多

+ + +
-- cgit v1.2.3-54-g00ecf