Browse Source

A plan on security guide CSRF section

tags/2.0.2
Alexander Makarov 10 years ago
parent
commit
874c6331d2
  1. 7
      docs/guide/security-best-practices.md

7
docs/guide/security-best-practices.md

@ -120,7 +120,12 @@ Note that HtmlPurifier processing is quite heavy so consider adding caching.
Avoiding CSRF
-------------
TBD
TBD: what's CSRF, how it works, intro
1. Follow HTTP specification i.e. GET should not change application state.
2. Keep Yii CSRF protection enabled.
TBD: how CSRF protection works
Avoiding file exposure

Loading…
Cancel
Save