mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
FIX: specify path for dosp cookie
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user