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
1818:-------------------:|---------|-
1919NJS | 0.3.2 | [ ![ ] ( https://img.shields.io/github/tag/nginx/njs.svg?maxAge=2592000 )] ( //nginx.org/en/docs/njs/changes.html )
2020Brotli | 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 )
2222
2323
2424By default, jemalloc is now disabled since it causes boilerplate.
Original file line number Diff line number Diff line change 1717+ # You have to explicitely enable compression on `text/html'
1818+ # Please look at https://trac.nginx.org/nginx/ticket/1083
1919+ # 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
2121+ #gzip_types text/html;
2222+ #length_hiding on;
2323+ #length_hiding_max 1024;
You can’t perform that action at this time.
0 commit comments