forked from AkkomaGang/akkoma
Set SameSite flag to 'Strict'
This commit is contained in:
parent
0c4493f144
commit
4656a07e9e
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ defmodule Pleroma.Web.Endpoint do
|
|||
signing_salt: "CqaoopA2",
|
||||
secure:
|
||||
Application.get_env(:pleroma, Pleroma.Web.Endpoint) |> Keyword.get(:secure_cookie_flag),
|
||||
extra: "SameSite=Lax"
|
||||
extra: "SameSite=Strict"
|
||||
)
|
||||
|
||||
plug(Pleroma.Web.Router)
|
||||
|
|
Loading…
Reference in a new issue