Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Commit

Permalink
Bug 1385870 - Do not gzip content encode artifacts with .xz extension (
Browse files Browse the repository at this point in the history
  • Loading branch information
lissyx authored and petemoore committed Jul 31, 2017
1 parent 0de25bd commit 50be1bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions artifacts.go
Expand Up @@ -161,6 +161,7 @@ func (artifact *S3Artifact) ChooseContentEncoding() {
".tgz": true,
".bz2": true,
".tbz": true,
".xz": true,
// Flash
".swf": true,
".flv": true,
Expand Down

0 comments on commit 50be1bf

Please sign in to comment.