Results 14 comments of Jon Swope

Check the Location header in the redirect you are receiving. rack-reverse-proxy does not rewrite those, and if a full URL is in the Location header (and not a path), you'll...

Hrmm, I don't see anything in there that signifies that this is a problem with rack-reverse-proxy. It looks like Rack::Cache is choking on a cache-control header, but I'm not sure...

That makes sense to me. I'll take a look at it if you don't get to it first.

@NickCraver Is this the issue to follow to see updates on this situation, or is there another one that tracks related development?

A couple more notes. It looks like the PR that added `CheckCertificateRevocation` set the default to true in order to not change the existing behavior (which worked this way), and...

An prospective UI for this is in the Chrome extension.

This is currently implemented in the [Chrome Extension](https://chrome.google.com/webstore/detail/tmbo-enhancement-suite/jmmfkicbkkndiamonmkcbgblehlioeod) using already existing endpoints. Shouldn't be too hard to add to the site proper.

The backend for upload renaming was added in 80a333757075578ba3d37d3846ca4d773c49e207. There are some tweaks to it in live that need to be merged in, and we can discuss those via a...

Replacing [this line](https://github.com/numist/this-might-be-offensive/blob/master/admin/commentIndexer.php#L10) with the following code can band-aid the problem. It doesn't fix header.inc not working for CLI stuff, but it at least keeps the indexer running. ``` php...

Perhaps we only progress it if you use the next/previous links.