projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
457a653
)
add confirm field to filtered params
author
Steven Fuchs
<steven.fuchs@dockyard.com>
Fri, 28 Feb 2020 04:27:50 +0000
(
04:27
+0000)
committer
Haelwenn
<contact+git.pleroma.social@hacktivis.me>
Fri, 28 Feb 2020 04:27:50 +0000
(
04:27
+0000)
config/config.exs
patch
|
blob
|
history
diff --git
a/config/config.exs
b/config/config.exs
index 9d1e29c0dc1b720dec33ccd1d404d39047cc5960..0dde1fc85a99676b8db4f1709e4c9b2f643baed8 100644
(file)
--- a/
config/config.exs
+++ b/
config/config.exs
@@
-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},