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. 过滤特殊字符