Skip to content

Commit ae6d185

Browse files
committed
Update README.md to include new config elements and defaults
1 parent 38c170e commit ae6d185

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,5 @@ Within your Flask application's settings you can provide the following settings
144144
| `COMPRESS_REGISTER` | Specifies if compression should be automatically registered. | `True` |
145145
| `COMPRESS_ALGORITHM` | Supported compression algorithms. | `['zstd', 'br', 'gzip', 'deflate']` |
146146
| `COMPRESS_STREAMS` | Compress content streams. | `True` |
147+
| `COMPRESS_MUTATE_WEAK_ETAGS` | Compress mutates weak etags. | `True` |
148+
| `COMPRESS_EVALUATE_CONDITIONAL_REQUEST` | Compress evaluates conditional requests. | `False` |

0 commit comments

Comments
 (0)