Skip to content

Commit 1f5641d

Browse files
nlemoineLeoColomb
authored andcommitted
Remove content-language in pre compressed brotli (#248)
1 parent 069a96d commit 1f5641d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

h5bp/web_performance/pre-compressed_content_brotli.conf

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
# brotli-compressed resources.
1313
# https://www.chromestatus.com/feature/5420797577396224
1414
#
15+
# (1) See https://httpd.apache.org/docs/2.4/en/mod/mod_mime.html#multipleext
16+
#
1517
# https://httpd.apache.org/docs/current/mod/mod_brotli.html#precompressed
1618

1719
<IfModule mod_headers.c>
@@ -44,6 +46,9 @@
4446
# Force proxies to cache brotlied and non-brotlied files separately
4547
Header append Vary Accept-Encoding
4648

49+
# (1) Remove content-language header added by mod_mime
50+
RemoveLanguage .br
51+
4752
</FilesMatch>
4853

4954
# Serve correct encoding type

0 commit comments

Comments
 (0)