Skip to content

Commit

Permalink
Add woff2 in WHITENOISE_SKIP_COMPRESS_EXTENSIONS
Browse files Browse the repository at this point in the history
Add woff2 to the default value for WHITENOISE_SKIP_COMPRESS_EXTENSIONS.
  • Loading branch information
jamesbeith authored and evansd committed Sep 24, 2018
1 parent 4adf070 commit ca3bf32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/django.rst
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ arguments upper-cased with a 'WHITENOISE\_' prefix.

.. attribute:: WHITENOISE_SKIP_COMPRESS_EXTENSIONS

:default: ``('jpg', 'jpeg', 'png', 'gif', 'webp','zip', 'gz', 'tgz', 'bz2', 'tbz', 'xz', 'br', 'swf', 'flv', 'woff')``
:default: ``('jpg', 'jpeg', 'png', 'gif', 'webp','zip', 'gz', 'tgz', 'bz2', 'tbz', 'xz', 'br', 'swf', 'flv', 'woff', 'woff2')``

File extensions to skip when compressing.

Expand Down

0 comments on commit ca3bf32

Please sign in to comment.