Redmine 4.1.7
This commit is contained in:
parent
55458d3479
commit
3ca3c37487
103 changed files with 2426 additions and 431 deletions
|
@ -297,6 +297,7 @@ class AccountController < ApplicationController
|
|||
:value => token,
|
||||
:expires => 1.year.from_now,
|
||||
:path => (Redmine::Configuration['autologin_cookie_path'] || RedmineApp::Application.config.relative_url_root || '/'),
|
||||
:same_site => :lax,
|
||||
:secure => secure,
|
||||
:httponly => true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue