Browse Source

update csrf link (#19023)

tags/2.0.44
Ihor Sychevskyi 3 years ago committed by GitHub
parent
commit
ac454a90d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/guide-ja/security-best-practices.md
  2. 2
      docs/guide-zh-CN/security-best-practices.md
  3. 2
      docs/guide/security-best-practices.md

2
docs/guide-ja/security-best-practices.md

@ -259,7 +259,7 @@ class ContactAction extends Action
このトピックについて更に読むべき文書: このトピックについて更に読むべき文書:
- <https://www.owasp.org/index.php/CSRF> - <https://owasp.org/www-community/attacks/csrf>
- <https://www.owasp.org/index.php/SameSite> - <https://www.owasp.org/index.php/SameSite>

2
docs/guide-zh-CN/security-best-practices.md

@ -255,7 +255,7 @@ class ContactAction extends Action
进一步阅读该话题: 进一步阅读该话题:
- <https://www.owasp.org/index.php/CSRF> - <https://owasp.org/www-community/attacks/csrf>
防止文件暴露 防止文件暴露

2
docs/guide/security-best-practices.md

@ -259,7 +259,7 @@ class ContactAction extends Action
Further reading on the topic: Further reading on the topic:
- <https://www.owasp.org/index.php/CSRF> - <https://owasp.org/www-community/attacks/csrf>
- <https://www.owasp.org/index.php/SameSite> - <https://www.owasp.org/index.php/SameSite>

Loading…
Cancel
Save