diff options
author | Robin Sowell <robin.sowell@ellislab.com> | 2011-02-11 21:31:27 +0100 |
---|---|---|
committer | Robin Sowell <robin.sowell@ellislab.com> | 2011-02-11 21:31:27 +0100 |
commit | d6d9f454b6939d1e6f1c9687f4e08d89690f79ff (patch) | |
tree | 2fdd83293d5bf27308475b44e7d36c652175b1e0 /user_guide/changelog.html | |
parent | a3e6224d8eeddce7b86c8fe122e84c91a570d882 (diff) |
Adding config option to require 'secure' setting for all cookies- requires https.
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 39e6116a6..9f0e22632 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -62,6 +62,11 @@ Change Log <h3>Bug Fixes for 2.0.1</h3> <ul> + <li>General changes + <ul> + <li>Added <kbd>$config['cookie_secure']</kbd> to the config file to allow requiring a secure (HTTPS) in order to set cookies.</li> + </ul> + </li> <li>Libraries <ul> <li>Fixed a bug where the table class would not clear table data after calling generate().</li> |