From 6d1a9d46e622cabb3689b517268a4aa6d0b95823 Mon Sep 17 00:00:00 2001 From: Jogendra Kumar <39511714+jkumar-roambee@users.noreply.github.com> Date: Tue, 13 Aug 2019 00:51:20 +0530 Subject: [PATCH] Additional compression method added for gzip (#236) --- h5bp/web_performance/compression.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/h5bp/web_performance/compression.conf b/h5bp/web_performance/compression.conf index 8cc7d90..b9026ca 100644 --- a/h5bp/web_performance/compression.conf +++ b/h5bp/web_performance/compression.conf @@ -39,6 +39,7 @@ gzip_types application/atom+xml application/geo+json application/javascript + application/x-javascript application/json application/ld+json application/manifest+json @@ -58,6 +59,7 @@ gzip_types text/javascript text/markdown text/plain + text/xml text/vcard text/vnd.rim.location.xloc text/vtt