Deploy 82f69c8
Diff: heroku/v427...heroku/v428
- Update most redirects to be "301 Moved Permanently" redirects instead of "302 Found". Some users have subscribed to the lookup endpoints (e.g. "/twitter?q=lakers") which is not intended, and this is an attempt to make this less likely to happen. I will probably also block non-browser user-agents from these endpoints later.
- Work around Clogger outputting two log lines for compressed requests by putting it before Rack::Deflater in the list of middlewares. I was not able to figure out why it happened.