Skip to content

Commit

Permalink
docs: typo fix on security.zh-CN.md (#4905)
Browse files Browse the repository at this point in the history
Added braces
  • Loading branch information
Krryxa committed Mar 16, 2022
1 parent 2dc7231 commit d3fe13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/core/security.zh-CN.md
Expand Up @@ -251,7 +251,7 @@ IE 提供的一些 XSS 检测与防范,默认开启

## 安全威胁 CSRF 的防范

[CSRF](https://www.owasp.org/index.php/CSRF)(Cross-site request forgery 跨站请求伪造,也被称为 `One Click Attack` 或者 `Session Riding`,通常缩写为 CSRF 或者 XSRF,是一种对网站的恶意利用。
[CSRF](https://www.owasp.org/index.php/CSRF)(Cross-site request forgery跨站请求伪造,也被称为 `One Click Attack` 或者 `Session Riding`,通常缩写为 CSRF 或者 XSRF,是一种对网站的恶意利用。
CSRF 攻击会对网站发起恶意伪造的请求,严重影响网站的安全。因此框架内置了 CSRF 防范方案。

### 防范方式
Expand Down

1 comment on commit d3fe13a

@vercel
Copy link

@vercel vercel bot commented on d3fe13a Mar 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.