diff --git a/security_guidelines.md b/security_guidelines.md index 00193ef..3d13b5d 100644 --- a/security_guidelines.md +++ b/security_guidelines.md @@ -4,7 +4,7 @@ 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 -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. Example usage: