Enable unsecure cookies by default in dev.exs
This commit is contained in:
parent
8cb9580aec
commit
7c522f38f0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user