Changesets can be listed by changeset number.
The Git repository is here.
Changeset 475
Set secure flag for cookies in Production.
- Comitted by: rool
- Date: Wednesday June 19 05:47:12 2019 (over 5 years ago)
Affected files:
rool/rails/instiki/trunk/config/environment.rb:
prev. | current | |
end | ||
config.action_controller.session = { | ||
:key => "_instikiapp_session_id", | ||
32 | | |
32 | :secret => secret, | |
33 | :secure => RAILS_ENV == 'production', | |
34 | :httponly => true | |
} | ||
# Don't do file system STAT calls to check to see if the templates have changed. |