mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
drop one of the slowloris detectors
This commit is contained in:
parent
89c9f45fd0
commit
7c76d08958
6 changed files with 9 additions and 28 deletions
|
@ -107,7 +107,7 @@ class Cfg(Namespace):
|
|||
ex = "css_browser hist js_browser no_hash no_idx no_forget"
|
||||
ka.update(**{k: None for k in ex.split()})
|
||||
|
||||
ex = "re_maxage rproxy rsp_slp s_wr_slp theme themes turbo df loris1w loris1b loris2"
|
||||
ex = "re_maxage rproxy rsp_slp s_wr_slp theme themes turbo df loris"
|
||||
ka.update(**{k: 0 for k in ex.split()})
|
||||
|
||||
ex = "doctitle favico html_head mth textfiles log_fk"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue