1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-09-16 07:44:42 -04:00

Disable gzip compression for mailcow

Signed-off-by: Thien Tran <contact@tommytran.io>
This commit is contained in:
Thien Tran 2023-08-25 15:28:59 -07:00
parent 950bf8ee1d
commit c162d22c35
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -98,3 +98,7 @@ If you do not use Gravatar with SOGo, you can also set COEP to require-corp sinc
```
add_header Cross-Origin-Embedder-Policy require-corp;
```
### GZIP Compression
Disable gzip compression to avoid the BREACH attack. Change `gzip on;` to `gzip off;`.