arbitrary utf setting to see if it helps the weird problem

This commit is contained in:
Kyle Drake 2013-07-17 15:18:18 -04:00
parent 8ab36b0e17
commit 3048dc5f19

1
app.rb
View file

@ -9,6 +9,7 @@ use Rack::Recaptcha, public_key: $config['recaptcha_public_key'], private_key: $
helpers Rack::Recaptcha::Helpers
before do
content_type :html, 'charset' => 'utf-8'
redirect '/' if request.post? && !csrf_safe?
end