mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-02-01 21:58:41 +00:00
Update security_guidelines.md
This commit is contained in:
parent
175e919286
commit
df4935f892
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
The tool to protect clients from CSRF is a randomly generated CSRF token,
|
The tool to protect clients from CSRF is a randomly generated CSRF token,
|
||||||
that can be used inside the URI generator. It's highly recomended to make
|
that can be used inside the URI generator. It's highly recomended to make
|
||||||
use of this token whenever possible in order to reduce the risk of CSRF
|
use of this token whenever possible to reduce the risk of CSRF
|
||||||
attacks.
|
attacks.
|
||||||
|
|
||||||
Example usage:
|
Example usage:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user