Update security_guidelines.md

This commit is contained in:
Dennis Eichhorn 2015-12-29 13:14:29 +01:00
parent 175e919286
commit df4935f892

View File

@ -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: