rspec/rules/S3330/recommended.adoc

4 lines
188 B
Plaintext
Raw Normal View History

2020-06-30 12:48:39 +02:00
== Recommended Secure Coding Practices
2021-01-27 13:42:22 +01:00
* By default the ``++HttpOnly++`` flag should be set to _true_ for most of the cookies and it's mandatory for session / sensitive-security cookies.