Fix formatting

This commit is contained in:
shibayashi 2018-08-28 00:47:34 +02:00
parent b9a642da1e
commit 0c4493f144
No known key found for this signature in database
GPG Key ID: C10662A33EB28508
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ defmodule Pleroma.Web.Endpoint do
store: :cookie,
key: "_pleroma_key",
signing_salt: "CqaoopA2",
secure: Application.get_env(:pleroma, Pleroma.Web.Endpoint) |> Keyword.get(:secure_cookie_flag),
secure:
Application.get_env(:pleroma, Pleroma.Web.Endpoint) |> Keyword.get(:secure_cookie_flag),
extra: "SameSite=Lax"
)