Sha256: 4e326de71b86320359d65fe986428579ae14b009c7b7568e6e2fb4b2d92eef01
Contents?: true
Size: 558 Bytes
Versions: 50
Compression:
Stored size: 558 Bytes
Contents
<header> <h1>Blocked hosts: <%= @hosts.join(", ") %></h1> </header> <main role="main" id="container"> <h2>To allow requests to these hosts, make sure they are valid hostnames (containing only numbers, letters, dashes and dots), then add the following to your environment configuration:</h2> <pre> <% @hosts.each do |host| %> config.hosts << "<%= host %>" <% end %> </pre> <p>For more details view: <a href="https://guides.rubyonrails.org/configuring.html#actiondispatch-hostauthorization">the Host Authorization guide</a></p> </main>
Version data entries
50 entries across 49 versions & 6 rubygems