Skip to content

Revert "Set better Cache-Control header for static content"

rinpatch requested to merge revert/cache-control into develop

On furher investigation it seems like all that did was cause unintuitive behavior. The emoji request flood that was the reason for introducing it isn't really that big of a deal either, since Plug.Static only needs to read file modification time and size to determine the ETag.

Closes #1613 (closed)

Merge request reports