Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

Commit 2883204

Browse files
author
Issam Maghni
committed
ngx-lhfm: update doc
1 parent 4526ec0 commit 2883204

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Package | Version | Latest available
1818
:-------------------:|---------|-
1919
NJS | 0.3.2 | [![](https://img.shields.io/github/tag/nginx/njs.svg?maxAge=2592000)](//nginx.org/en/docs/njs/changes.html)
2020
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)
2222

2323

2424
By default, jemalloc is now disabled since it causes boilerplate.

mitigate_breach_attack.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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;

0 commit comments

Comments
 (0)