Skip to content

Commit a99c5e8

Browse files
authored
Filter token parameters by default (#6665)
1 parent 2190111 commit a99c5e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ defmodule Phoenix.MixProject do
6969
env: [
7070
logger: true,
7171
stacktrace_depth: nil,
72-
filter_parameters: ["password"],
72+
filter_parameters: ["password", "token"],
7373
serve_endpoints: false,
7474
gzippable_exts: ~w(.js .map .css .txt .text .html .json .svg .eot .ttf),
7575
static_compressors: [Phoenix.Digester.Gzip]

0 commit comments

Comments
 (0)