| Class | WebConsole::Whitelist |
| In: |
lib/web_console/whitelist.rb
|
| Parent: | Object |
Whitelist of allowed networks that can access Web Console.
Networks are represented by standard IPAddr and can be either IPv4 or IPv6 networks.
| ALWAYS_WHITELISTED_NETWORKS | = | %w( 127.0.0.0/8 ::1 ) | IPv4 and IPv6 localhost should be always whitelisted. |