mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2024-11-09 08:21:32 -05: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;
|
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