projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cb9580
)
Enable unsecure cookies by default in dev.exs
author
Rin Toshaka
<rinpatch@sdf.org>
Sun, 16 Dec 2018 07:49:23 +0000
(08:49 +0100)
committer
Rin Toshaka
<rinpatch@sdf.org>
Sun, 16 Dec 2018 07:49:23 +0000
(08:49 +0100)
config/dev.exs
patch
|
blob
|
history
diff --git
a/config/dev.exs
b/config/dev.exs
index 080a2f8dbcdd8f0a21cf4b22d0a41024094537a0..8f89aa03c3d4a68e0097a652fc9e24f6d1c5c2af 100644
(file)
--- a/
config/dev.exs
+++ b/
config/dev.exs
@@
-12,6
+12,7
@@
config :pleroma, Pleroma.Web.Endpoint,
protocol_options: [max_request_line_length: 8192, max_header_value_length: 8192]
],
protocol: "http",
+ secure_cookie_flag: false,
debug_errors: true,
code_reloader: true,
check_origin: false,