mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2024-10-01 01:35:53 -04:00
Disable gzip compression for mailcow
Signed-off-by: Thien Tran <contact@tommytran.io>
This commit is contained in:
parent
950bf8ee1d
commit
c162d22c35
@ -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;`.
|
Loading…
Reference in New Issue
Block a user