1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #39591 from JuanitoFatas/web-console-settings

[Guides] Update web_console settings to use allowed_ips
This commit is contained in:
Prem Sichanugrist 2020-08-20 00:16:20 +09:00 committed by GitHub
commit 35eb8c4e2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -930,7 +930,7 @@ do that with `local_variables`.
### Settings
* `config.web_console.whitelisted_ips`: Authorized list of IPv4 or IPv6
* `config.web_console.allowed_ips`: Authorized list of IPv4 or IPv6
addresses and networks (defaults: `127.0.0.1/8, ::1`).
* `config.web_console.whiny_requests`: Log a message when a console rendering
is prevented (defaults: `true`).