Sha256: 8e492641b77220b78082abe93bb86fa9103a0787e2040539470c20bf4ada737b
Contents?: true
Size: 419 Bytes
Versions: 50
Compression:
Stored size: 419 Bytes
Contents
Blocked hosts: <%= @hosts.join(", ") %> 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: <% @hosts.each do |host| %> config.hosts << "<%= host %>" <% end %> For more details on host authorization view: https://guides.rubyonrails.org/configuring.html#actiondispatch-hostauthorization
Version data entries
50 entries across 49 versions & 6 rubygems