mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +03:00
Detect enabled Brotli compression before Gzip compression
This commit is contained in:
parent
244d4c49c5
commit
2d4ce14b1c
2 changed files with 8 additions and 5 deletions
|
|
@ -4,9 +4,12 @@
|
|||
|
||||
//header('Strict-Transport-Security: max-age=31536000');
|
||||
|
||||
// Uncomment to use gzip encoded output
|
||||
// Uncomment to use gzip compressed output
|
||||
//define('USE_GZIP', 1);
|
||||
|
||||
// Uncomment to use brotli compressed output
|
||||
//define('USE_BROTLI', 1);
|
||||
|
||||
// Uncomment to enable multiple domain installation.
|
||||
//define('MULTIDOMAIN', 1);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue