From b519cb9a67f499fc3307629cfb54b2f020360655 Mon Sep 17 00:00:00 2001 From: Steve Rao Date: Sat, 23 Mar 2019 22:17:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/攻击技术.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/攻击技术.md b/notes/攻击技术.md index c99071a0..feedd8a0 100644 --- a/notes/攻击技术.md +++ b/notes/攻击技术.md @@ -37,7 +37,7 @@ ### 1. 设置 Cookie 为 HttpOnly -设置了 HttpOnly 的 Cookie 可以防止 JavaScript 脚本调用,就无法通过 document.cookie 获取用户 Cookie 信息。 +设置了 HttpOnly 的 Cookie 可以防止 JaScript 脚本调用,就无法通过 document.cookie 获取用户 Cookie 信息。 ### 2. 过滤特殊字符