projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9a642d
)
Fix formatting
author
shibayashi
<shibayashi@cypherpunk.observer>
Mon, 27 Aug 2018 22:47:34 +0000
(
00:47
+0200)
committer
shibayashi
<shibayashi@cypherpunk.observer>
Mon, 27 Aug 2018 22:47:34 +0000
(
00:47
+0200)
lib/pleroma/web/endpoint.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/endpoint.ex
b/lib/pleroma/web/endpoint.ex
index e81bc75b625d4d90c1516a0ef96f450c7176d863..7bbb9480deaa920a8654c488b2b250028911e2e7 100644
(file)
--- a/
lib/pleroma/web/endpoint.ex
+++ b/
lib/pleroma/web/endpoint.ex
@@
-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"
)