blob: 1fbc107e288bff4365e77c79ffb21c4cf872da8e (
plain) (
tree)
|
|
<header>
<h1>Blocked host: <%= @host %></h1>
</header>
<div id="container">
<h2>To allow requests to <%= @host %>, add the following to your environment configuration:</h2>
<pre>config.hosts << "<%= @host %>"</pre>
</div>
|