forked from AkkomaGang/akkoma
Merge branch 'fix/dev-exs-enable-unsecure-cookies-by-default' into 'develop'
Enable unsecure cookies by default in dev.exs See merge request pleroma/pleroma!556
This commit is contained in:
commit
8b279aca5f
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
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 a new issue