mirror of
https://github.com/discourse/discourse.git
synced 2025-09-08 12:06:51 +08:00
FIX: specify path for dosp cookie
This commit is contained in:
parent
bf6e548692
commit
035312d501
2 changed files with 2 additions and 2 deletions
|
@ -201,7 +201,7 @@ module Middleware
|
|||
end
|
||||
|
||||
if force_anon
|
||||
result[1]["Set-Cookie"] = "dosp=1"
|
||||
result[1]["Set-Cookie"] = "dosp=1; Path=/"
|
||||
end
|
||||
|
||||
result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue