rspec/rules/S2092/description.adoc

2 lines
229 B
Plaintext
Raw Normal View History

2020-12-23 14:59:06 +01:00
When a cookie is protected with the ``secure`` attribute set to _true_ it will not be send by the browser over an unencrypted HTTP request and thus cannot be observed by an unauthorized person during a man-in-the-middle attack.