From 2d27cef99878eaef9d48a05d0d9047a1b5a2269f Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 19 Oct 2025 00:15:27 +0100 Subject: [PATCH] Add JavaScript and WASM to compressible file types in .htaccess --- .htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess b/.htaccess index 3200afd..d2a504d 100644 --- a/.htaccess +++ b/.htaccess @@ -5,6 +5,7 @@ AddType font/otf;outlines=CFF .otf ForceType text/plain AddOutputFilterByType DEFLATE application/xhtml+xml text/css font/otf \ + application/javascript application/wasm \ text/plain text/x-csrc application/postscript Header set Content-Security-Policy "form-action 'none';\ default-src 'none'; connect-src 'self'; font-src 'self'; img-src 'self';\ -- 2.30.2