diff --git a/security/security_guidelines.md b/security/security_guidelines.md index 9c6104c..1f14077 100644 --- a/security/security_guidelines.md +++ b/security/security_guidelines.md @@ -7,7 +7,7 @@ The tool to protect clients from CSRF is a randomly generated CSRF token, that c Example usage: ```html -
```