From e1c7e2d32abd6c47109e6381f3b667ff7762b584 Mon Sep 17 00:00:00 2001 From: Robert Linder <26493779+Malvoz@users.noreply.github.com> Date: Tue, 22 Oct 2019 17:11:58 +0200 Subject: [PATCH] Remove note about `no-transform` being ineffective over HTTPS --- _posts/2019-03-04-cache-control-for-civilians.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/_posts/2019-03-04-cache-control-for-civilians.md b/_posts/2019-03-04-cache-control-for-civilians.md index 5a0b5b54..02244acc 100644 --- a/_posts/2019-03-04-cache-control-for-civilians.md +++ b/_posts/2019-03-04-cache-control-for-civilians.md @@ -328,10 +328,6 @@ other directives for it to function itself. Brotli encoding for users that need the former or could use the latter; image transformation services automatically converting to WebP; etc. -**N.B.** If you’re running over HTTPS—which you should be—then intermediaries -and proxies can’t modify payloads anyway, so `no-transform` would be -ineffective. - {% include promo.html %} - - -