aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2025-05-18 16:11:31 -0400
committerPaul Duncan <pabs@pablotron.org>2025-05-18 16:11:31 -0400
commitf29160d3a4cca0c3f4df95d130ff8c2d4b7f01eb (patch)
tree864fcdb55f9da5ad094b714556871ef96cb23047
parenta48811f2b59ab35e0850762de86ea5a988522b59 (diff)
downloadpablotron.org-f29160d3a4cca0c3f4df95d130ff8c2d4b7f01eb.tar.xz
pablotron.org-f29160d3a4cca0c3f4df95d130ff8c2d4b7f01eb.zip
content/articles/site-backend.md: document deflate mime types
-rw-r--r--content/articles/site-backend.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/content/articles/site-backend.md b/content/articles/site-backend.md
index af64015..e93ded2 100644
--- a/content/articles/site-backend.md
+++ b/content/articles/site-backend.md
@@ -322,7 +322,12 @@ redirects removed:
#### HTTP Compression
-[HTTP compression][] is supported via [mod\_deflate][mod-deflate].
+[HTTP compression][] is supported via [mod\_deflate][mod-deflate]. The
+list of [MIME types][] has been adjusted, like so:
+
+```apache
+AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript application/x-javascript text/csv application/json text/json image/svg+xml
+```
It is safe for this site to enable [mod\_deflate][mod-deflate] because
it does not use [cookies][] and is not vulnerable to [BREACH][].