forked from aatishnn/lempstack
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Current code:
gzip on;
gzip_comp_level 2;
gzip_disable "msie6";
gzip_proxied any;
gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript image/svg+xml application/x-font-ttf font/opentype application/vnd.ms-fontobject;
gzip_vary on;
So far the easiest solution to avoid BREACH attacks seems to be setting gzip off;
Further investigation is needed.
Metadata
Metadata
Assignees
Labels
No labels