mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-05-02 06:16:19 -04:00
Disable gzip compression for mailcow
Signed-off-by: Thien Tran <contact@tommytran.io>
This commit is contained in:
parent
950bf8ee1d
commit
c162d22c35
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue