Fix dropped Cache-Control: no-transform usage for SVGZ Compression

This commit is contained in:
Léo Colombaro 2019-05-15 19:02:13 +02:00
parent 062d9a1445
commit 7418b5023b
No known key found for this signature in database
GPG Key ID: 687B480A6D4F735F
1 changed files with 0 additions and 1 deletions

View File

@ -10,6 +10,5 @@ location ~* \.svgz$ {
add_header Content-Encoding gzip;
include h5bp/security/x-content-type-options.conf;
include h5bp/web_performance/no-transform.conf;
include h5bp/cross-origin/requests.conf;
}