aboutsummaryrefslogtreecommitdiff
path: root/test/plugs/cache_control_test.exs
AgeCommit message (Collapse)Author
2020-03-11Revert "Set better Cache-Control header for static content"rinpatch
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
2020-03-03Update CopyrightsMark Felder
2019-11-06Set better Cache-Control header for static contentrinpatch
Closes #1382
2019-09-18Bump copyright years of files changed in 2019Haelwenn (lanodan) Monnier
Done via the following command: git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/'
2019-05-24Move the Cache Control header test to its own filefeld
We can consolidate our cache control header tests here