add security note at bottom

This commit is contained in:
Jeff Atwood 2013-07-30 13:41:14 -07:00
parent 23d40b83e3
commit 2f95f60e40

View file

@ -381,3 +381,7 @@ This change reflects us switching to using `FileUtils.mkdir_p` instead of `Dir.m
This change reflects a change in placeholder information plus (importantly)
adding the `client_max_body_size 2m;` directive to the nginx.conf. This change
should also be made to your production file.
## Security
We take security very seriously at Discourse, and all our code is 100% open source and peer reviewed. Please read [our security guide](https://github.com/discourse/discourse/blob/master/docs/SECURITY.md) for an overview of security measures in Discourse.