django评论框架的反欺骗是如何工作的?

发布于 2024-12-21 13:05:49 字数 329 浏览 2 评论 0原文

在django评论框架中,除了常用的CSRF toekn之外,CommentSecurityForm还包含用于“反欺骗”目的的“timestamp”和“security_hash”字段。它有什么安全价值?我需要制作一个带有通用外键的表单(包括 content_type 和 object_id 隐藏字段),我应该实现相同的方法来提高安全性吗?如果是这样,有关于这个问题的好的阅读材料吗?感谢您的帮助! :)

Django 评论表单类描述

In django comment framework, the CommentSecurityForm contains a 'timestamp' and a 'security_hash' field for the purpose of 'anti-spoofing', besides the commonly used CSRF toekn. What safety value does it have? I need to make a form with generic foreign key(includes a content_type and an object_id hidden field), should I implement the same method to improve safety? If so, are there good reading materials concerning this issue? Thanks for the help! :)

Django comment form classes description

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文