mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-26 07:52:17 +00:00
Merge branch 'filtered-params' into 'develop'
add confirm field to filtered params See merge request pleroma/pleroma!2251
This commit is contained in:
commit
e892a7eb01
|
@ -402,6 +402,8 @@ config :phoenix, :format_encoders, json: Jason
|
|||
|
||||
config :phoenix, :json_library, Jason
|
||||
|
||||
config :phoenix, :filter_parameters, ["password", "confirm"]
|
||||
|
||||
config :pleroma, :gopher,
|
||||
enabled: false,
|
||||
ip: {0, 0, 0, 0},
|
||||
|
|
Loading…
Reference in a new issue