ソースを参照

Enable unsecure cookies by default in dev.exs

tags/v0.9.9
Rin Toshaka 5年前
コミット
7c522f38f0
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      config/dev.exs

+ 1
- 0
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,


読み込み中…
キャンセル
保存