From 94260c0477323e0fd0cf895e3d741b52d2607ef3 Mon Sep 17 00:00:00 2001 From: Juanito Fatas Date: Wed, 10 Jun 2020 18:47:58 +0900 Subject: [PATCH] Update web_console settings to use allowed_ips --- guides/source/debugging_rails_applications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/debugging_rails_applications.md b/guides/source/debugging_rails_applications.md index 8b532ea50d..391caacedb 100644 --- a/guides/source/debugging_rails_applications.md +++ b/guides/source/debugging_rails_applications.md @@ -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`).