mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-10 23:09:51 +08:00
修复:代码溯源cookie domain配置
This commit is contained in:
@@ -92,7 +92,7 @@ class Traces::ProjectsController < Traces::BaseController
|
||||
cookies[:vue_admin_template_token] = {
|
||||
:value => current_user&.trace_token,
|
||||
:expires => 1.hours.from_now,
|
||||
:domain => Trace.trace_config[:domain]
|
||||
:domain => Trace.trace_config[:cookie_domain]
|
||||
}
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user