From 0d91a2baca2e84f11e3b220b918551e5f3f9f567 Mon Sep 17 00:00:00 2001 From: Jesse McDonald Date: Fri, 20 Mar 2020 20:10:36 -0500 Subject: [PATCH] relax HTTP cache control max-age directive from 10s to 1h --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index ee4dc6e..977350c 100644 --- a/.htaccess +++ b/.htaccess @@ -1,2 +1,2 @@ -Header always set Cache-Control "max-age=60,public" +Header always set Cache-Control "max-age=3600,no-transform,public" Header always set Content-Security-Policy "worker-src 'self';"