This repository was archived by the owner on May 5, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Package | Version | Latest available
18
18
:-------------------:|---------|-
19
19
NJS | 0.3.2 | [ ![ ] ( https://img.shields.io/github/tag/nginx/njs.svg?maxAge=2592000 )] ( //nginx.org/en/docs/njs/changes.html )
20
20
Brotli | 0.1.3-rc| [ ![ ] ( https://img.shields.io/github/tag/eustas/ngx_brotli.svg?maxAge=2592000 )] ( //github.com/eustas/ngx_brotli/releases )
21
- Length Hiding Filter | 1.1.1 | [ ![ ] ( https://img.shields.io/github/tag/nulab/nginx-length-hiding-filter-module.svg?maxAge=2592000 )] ( //github.com/nulab/nginx-length-hiding-filter-module/releases )
21
+ Length Hiding Filter | master | [ ![ ] ( https://img.shields.io/github/tag/nulab/nginx-length-hiding-filter-module.svg?maxAge=2592000 )] ( //github.com/nulab/nginx-length-hiding-filter-module/releases )
22
22
23
23
24
24
By default, jemalloc is now disabled since it causes boilerplate.
Original file line number Diff line number Diff line change 17
17
+ # You have to explicitely enable compression on `text/html'
18
18
+ # Please look at https://trac.nginx.org/nginx/ticket/1083
19
19
+ # To mitigate BREACH vulnerability, you need to enable length hiding
20
- + # Please look at http://dark-net.net/?p=49
20
+ + # See: https://web.archive.org/web/20170311132458/ http://dark-net.net/?p=49
21
21
+ #gzip_types text/html;
22
22
+ #length_hiding on;
23
23
+ #length_hiding_max 1024;
You can’t perform that action at this time.
0 commit comments