mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
parent
e42e60e4c4
commit
0f3642596f
2 changed files with 6 additions and 6 deletions
|
@ -1176,9 +1176,9 @@ config.filter_parameters << :password
|
|||
|
||||
NOTE: Provided parameters will be filtered out by partial matching regular
|
||||
expression. Rails adds a list of default filters, including `:passw`,
|
||||
`:secret`, and `:token`, in the appropriate
|
||||
initializer(`initializers/filter_parameter_logging.rb`), to handle typical
|
||||
application parameters like `password`, `password_confirmation` and `my_token`.
|
||||
`:secret`, and `:token`, in the appropriate initializer
|
||||
(`initializers/filter_parameter_logging.rb`) to handle typical application
|
||||
parameters like `password`, `password_confirmation` and `my_token`.
|
||||
|
||||
### Redirects Filtering
|
||||
|
||||
|
|
|
@ -512,9 +512,9 @@ config.filter_parameters << :password
|
|||
|
||||
NOTE: Provided parameters will be filtered out by partial matching regular
|
||||
expression. Rails adds a list of default filters, including `:passw`,
|
||||
`:secret`, and `:token`, in the appropriate
|
||||
initializer(`initializers/filter_parameter_logging.rb`), to handle typical
|
||||
application parameters like `password`, `password_confirmation` and `my_token`.
|
||||
`:secret`, and `:token`, in the appropriate initializer
|
||||
(`initializers/filter_parameter_logging.rb`) to handle typical application
|
||||
parameters like `password`, `password_confirmation` and `my_token`.
|
||||
|
||||
### Regular Expressions
|
||||
|
||||
|
|
Loading…
Reference in a new issue